fosrl.pangolin/server/migrations/meta/0000_snapshot.json
2024-09-27 22:18:17 -04:00

70 lines
No EOL
1.5 KiB
JSON

{
"version": "6",
"dialect": "sqlite",
"id": "341a41b7-2cc2-4967-b0cf-ec35f6d0486a",
"prevId": "00000000-0000-0000-0000-000000000000",
"tables": {
"proxyTargets": {
"name": "proxyTargets",
"columns": {
"id": {
"name": "id",
"type": "text",
"primaryKey": true,
"notNull": true,
"autoincrement": false
},
"target": {
"name": "target",
"type": "text",
"primaryKey": false,
"notNull": true,
"autoincrement": false
},
"rule": {
"name": "rule",
"type": "text",
"primaryKey": false,
"notNull": true,
"autoincrement": false
},
"entryPoint": {
"name": "entryPoint",
"type": "text",
"primaryKey": false,
"notNull": true,
"autoincrement": false
},
"enabled": {
"name": "enabled",
"type": "integer",
"primaryKey": false,
"notNull": true,
"autoincrement": false,
"default": 1
}
},
"indexes": {
"proxyTargets_id_unique": {
"name": "proxyTargets_id_unique",
"columns": [
"id"
],
"isUnique": true
}
},
"foreignKeys": {},
"compositePrimaryKeys": {},
"uniqueConstraints": {}
}
},
"enums": {},
"_meta": {
"schemas": {},
"tables": {},
"columns": {}
},
"internal": {
"indexes": {}
}
}