126 lines
2.8 KiB
JSON
126 lines
2.8 KiB
JSON
|
{
|
||
|
"version": "5",
|
||
|
"dialect": "sqlite",
|
||
|
"id": "d6bdd707-d4ac-4a04-9052-aa97d5452e4a",
|
||
|
"prevId": "90f199c9-66a1-4c89-9a19-f7fbd5a35236",
|
||
|
"tables": {
|
||
|
"sandbox": {
|
||
|
"name": "sandbox",
|
||
|
"columns": {
|
||
|
"id": {
|
||
|
"name": "id",
|
||
|
"type": "text",
|
||
|
"primaryKey": true,
|
||
|
"notNull": true,
|
||
|
"autoincrement": false
|
||
|
},
|
||
|
"name": {
|
||
|
"name": "name",
|
||
|
"type": "text",
|
||
|
"primaryKey": false,
|
||
|
"notNull": true,
|
||
|
"autoincrement": false
|
||
|
},
|
||
|
"type": {
|
||
|
"name": "type",
|
||
|
"type": "text",
|
||
|
"primaryKey": false,
|
||
|
"notNull": true,
|
||
|
"autoincrement": false
|
||
|
},
|
||
|
"bucket": {
|
||
|
"name": "bucket",
|
||
|
"type": "text",
|
||
|
"primaryKey": false,
|
||
|
"notNull": false,
|
||
|
"autoincrement": false
|
||
|
},
|
||
|
"init": {
|
||
|
"name": "init",
|
||
|
"type": "integer",
|
||
|
"primaryKey": false,
|
||
|
"notNull": false,
|
||
|
"autoincrement": false,
|
||
|
"default": false
|
||
|
},
|
||
|
"user_id": {
|
||
|
"name": "user_id",
|
||
|
"type": "text",
|
||
|
"primaryKey": false,
|
||
|
"notNull": true,
|
||
|
"autoincrement": false
|
||
|
}
|
||
|
},
|
||
|
"indexes": {
|
||
|
"sandbox_id_unique": {
|
||
|
"name": "sandbox_id_unique",
|
||
|
"columns": [
|
||
|
"id"
|
||
|
],
|
||
|
"isUnique": true
|
||
|
}
|
||
|
},
|
||
|
"foreignKeys": {
|
||
|
"sandbox_user_id_user_id_fk": {
|
||
|
"name": "sandbox_user_id_user_id_fk",
|
||
|
"tableFrom": "sandbox",
|
||
|
"tableTo": "user",
|
||
|
"columnsFrom": [
|
||
|
"user_id"
|
||
|
],
|
||
|
"columnsTo": [
|
||
|
"id"
|
||
|
],
|
||
|
"onDelete": "no action",
|
||
|
"onUpdate": "no action"
|
||
|
}
|
||
|
},
|
||
|
"compositePrimaryKeys": {},
|
||
|
"uniqueConstraints": {}
|
||
|
},
|
||
|
"user": {
|
||
|
"name": "user",
|
||
|
"columns": {
|
||
|
"id": {
|
||
|
"name": "id",
|
||
|
"type": "text",
|
||
|
"primaryKey": true,
|
||
|
"notNull": true,
|
||
|
"autoincrement": false
|
||
|
},
|
||
|
"name": {
|
||
|
"name": "name",
|
||
|
"type": "text",
|
||
|
"primaryKey": false,
|
||
|
"notNull": true,
|
||
|
"autoincrement": false
|
||
|
},
|
||
|
"email": {
|
||
|
"name": "email",
|
||
|
"type": "text",
|
||
|
"primaryKey": false,
|
||
|
"notNull": true,
|
||
|
"autoincrement": false
|
||
|
}
|
||
|
},
|
||
|
"indexes": {
|
||
|
"user_id_unique": {
|
||
|
"name": "user_id_unique",
|
||
|
"columns": [
|
||
|
"id"
|
||
|
],
|
||
|
"isUnique": true
|
||
|
}
|
||
|
},
|
||
|
"foreignKeys": {},
|
||
|
"compositePrimaryKeys": {},
|
||
|
"uniqueConstraints": {}
|
||
|
}
|
||
|
},
|
||
|
"enums": {},
|
||
|
"_meta": {
|
||
|
"schemas": {},
|
||
|
"tables": {},
|
||
|
"columns": {}
|
||
|
}
|
||
|
}
|