86 lines
1.9 KiB
JSON
86 lines
1.9 KiB
JSON
{
|
|
"version": "6",
|
|
"dialect": "sqlite",
|
|
"id": "0e8befef-3e4f-43f1-a031-95c2ca514e30",
|
|
"prevId": "d03860ad-0d5c-4943-92ba-d704c74e1501",
|
|
"tables": {
|
|
"links": {
|
|
"name": "links",
|
|
"columns": {
|
|
"id": {
|
|
"name": "id",
|
|
"type": "integer",
|
|
"primaryKey": true,
|
|
"notNull": true,
|
|
"autoincrement": true
|
|
},
|
|
"name": {
|
|
"name": "name",
|
|
"type": "text",
|
|
"primaryKey": false,
|
|
"notNull": true,
|
|
"autoincrement": false
|
|
},
|
|
"path": {
|
|
"name": "path",
|
|
"type": "text",
|
|
"primaryKey": false,
|
|
"notNull": true,
|
|
"autoincrement": false
|
|
},
|
|
"url": {
|
|
"name": "url",
|
|
"type": "text",
|
|
"primaryKey": false,
|
|
"notNull": true,
|
|
"autoincrement": false
|
|
},
|
|
"disabled": {
|
|
"name": "disabled",
|
|
"type": "integer",
|
|
"primaryKey": false,
|
|
"notNull": true,
|
|
"autoincrement": false,
|
|
"default": false
|
|
}
|
|
},
|
|
"indexes": {
|
|
"links_name_unique": {
|
|
"name": "links_name_unique",
|
|
"columns": [
|
|
"name"
|
|
],
|
|
"isUnique": true
|
|
},
|
|
"links_path_unique": {
|
|
"name": "links_path_unique",
|
|
"columns": [
|
|
"path"
|
|
],
|
|
"isUnique": true
|
|
},
|
|
"links_url_unique": {
|
|
"name": "links_url_unique",
|
|
"columns": [
|
|
"url"
|
|
],
|
|
"isUnique": true
|
|
}
|
|
},
|
|
"foreignKeys": {},
|
|
"compositePrimaryKeys": {},
|
|
"uniqueConstraints": {},
|
|
"checkConstraints": {}
|
|
}
|
|
},
|
|
"views": {},
|
|
"enums": {},
|
|
"_meta": {
|
|
"schemas": {},
|
|
"tables": {},
|
|
"columns": {}
|
|
},
|
|
"internal": {
|
|
"indexes": {}
|
|
}
|
|
} |