PublicKey-Backend/drizzle/meta/0000_snapshot.json
2024-12-11 21:06:26 +00:00

42 lines
895 B
JSON

{
"version": "6",
"dialect": "sqlite",
"id": "470a58bd-e8ee-4a66-8d46-cf02228639e3",
"prevId": "00000000-0000-0000-0000-000000000000",
"tables": {
"PublicKeys": {
"name": "PublicKeys",
"columns": {
"deviceID": {
"name": "deviceID",
"type": "integer",
"primaryKey": true,
"notNull": true,
"autoincrement": false
},
"publicKeyPem": {
"name": "publicKeyPem",
"type": "text",
"primaryKey": false,
"notNull": true,
"autoincrement": false
}
},
"indexes": {},
"foreignKeys": {},
"compositePrimaryKeys": {},
"uniqueConstraints": {},
"checkConstraints": {}
}
},
"views": {},
"enums": {},
"_meta": {
"schemas": {},
"tables": {},
"columns": {}
},
"internal": {
"indexes": {}
}
}