$columns property

  1. @override
List<GeneratedColumn<Object>> get $columns
override

All columns from this table or view.

Implementation

@override
List<GeneratedColumn> get $columns => [
  id,
  accountKey,
  actionKey,
  version,
  kind,
  payloadJson,
  status,
  orderingKey,
  rowTableId,
  rowKey,
  queuePosition,
  attemptCount,
  nextAttemptAt,
  lastError,
  createdAt,
  updatedAt,
];