schemaIdOnly top-level constant
CollectionSchema
const schemaIdOnly
Implementation
const schemaIdOnly = CollectionSchema(tableNamePKOnly, properties: [
PropertySchema(
"id",
type: PropertyType.integer,
primaryKey: true,
nullable: false,
),
]);