maybe this one works

This commit is contained in:
2026-03-15 13:53:05 +13:00
parent fd315a38ed
commit 7c68170ef7
45 changed files with 9877 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
CREATE TABLE `GuestLog` (
`id` integer PRIMARY KEY AUTOINCREMENT NOT NULL,
`name` text NOT NULL,
`message` text,
`date` integer NOT NULL
);

View File

@@ -0,0 +1,56 @@
{
"version": "6",
"dialect": "sqlite",
"id": "cf366664-d6c5-4095-8f16-e19b99068b01",
"prevId": "00000000-0000-0000-0000-000000000000",
"tables": {
"GuestLog": {
"name": "GuestLog",
"columns": {
"id": {
"name": "id",
"type": "integer",
"primaryKey": true,
"notNull": true,
"autoincrement": true
},
"name": {
"name": "name",
"type": "text",
"primaryKey": false,
"notNull": true,
"autoincrement": false
},
"message": {
"name": "message",
"type": "text",
"primaryKey": false,
"notNull": false,
"autoincrement": false
},
"date": {
"name": "date",
"type": "integer",
"primaryKey": false,
"notNull": true,
"autoincrement": false
}
},
"indexes": {},
"foreignKeys": {},
"compositePrimaryKeys": {},
"uniqueConstraints": {},
"checkConstraints": {}
}
},
"views": {},
"enums": {},
"_meta": {
"schemas": {},
"tables": {},
"columns": {}
},
"internal": {
"indexes": {}
}
}

View File

@@ -0,0 +1,13 @@
{
"version": "7",
"dialect": "sqlite",
"entries": [
{
"idx": 0,
"version": "6",
"when": 1773479786784,
"tag": "0000_busy_the_enforcers",
"breakpoints": true
}
]
}