drizzle-cursor
Version:
Utils for Drizzle ORM cursor based pagination
142 lines • 3.54 kB
JSON
{
"version": "5",
"dialect": "sqlite",
"id": "f3b48098-f414-4aa5-a35e-7e80c9fd1daf",
"prevId": "d288be29-4cf3-428f-945c-d0ea7e1c296c",
"tables": {
"users": {
"name": "users",
"columns": {
"id": {
"name": "id",
"type": "integer",
"primaryKey": true,
"notNull": true,
"autoincrement": true
},
"first_name": {
"name": "first_name",
"type": "numeric",
"primaryKey": false,
"notNull": false,
"autoincrement": false
},
"middle_name": {
"name": "middle_name",
"type": "numeric",
"primaryKey": false,
"notNull": false,
"autoincrement": false
},
"last_name": {
"name": "last_name",
"type": "numeric",
"primaryKey": false,
"notNull": false,
"autoincrement": false
},
"phone": {
"name": "phone",
"type": "numeric",
"primaryKey": false,
"notNull": false,
"autoincrement": false
},
"email": {
"name": "email",
"type": "numeric",
"primaryKey": false,
"notNull": false,
"autoincrement": false
},
"address": {
"name": "address",
"type": "numeric",
"primaryKey": false,
"notNull": false,
"autoincrement": false
},
"postalZip": {
"name": "postalZip",
"type": "numeric",
"primaryKey": false,
"notNull": false,
"autoincrement": false
},
"region": {
"name": "region",
"type": "numeric",
"primaryKey": false,
"notNull": false,
"autoincrement": false
},
"country": {
"name": "country",
"type": "numeric",
"primaryKey": false,
"notNull": false,
"autoincrement": false
},
"list": {
"name": "list",
"type": "numeric",
"primaryKey": false,
"notNull": false,
"autoincrement": false
},
"text": {
"name": "text",
"type": "text",
"primaryKey": false,
"notNull": false,
"autoincrement": false
},
"numberrange": {
"name": "numberrange",
"type": "integer",
"primaryKey": false,
"notNull": false,
"autoincrement": false
},
"currency": {
"name": "currency",
"type": "numeric",
"primaryKey": false,
"notNull": false,
"autoincrement": false
},
"alphanumeric": {
"name": "alphanumeric",
"type": "numeric",
"primaryKey": false,
"notNull": false,
"autoincrement": false
},
"born_day": {
"name": "born_day",
"type": "numeric",
"primaryKey": false,
"notNull": false,
"autoincrement": false
},
"marital_status": {
"name": "marital_status",
"type": "numeric",
"primaryKey": false,
"notNull": false,
"autoincrement": false
}
},
"indexes": {},
"foreignKeys": {},
"compositePrimaryKeys": {},
"uniqueConstraints": {}
}
},
"enums": {},
"_meta": {
"schemas": {},
"tables": {},
"columns": {}
}
}