diff options
| author | ilotterytea <iltsu@alright.party> | 2025-04-19 16:47:23 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-04-19 16:47:23 +0500 |
| commit | 9c2f42e423096bdf56b7f96e07221f6420b0e337 (patch) | |
| tree | 5cbcc6054f0727b4777590d6c25f6c66c68b0075 /database.sql | |
| parent | ad9ed65599cdcbd90fd6862caae23f5141cdfbf7 (diff) | |
feat: upload emotes
Diffstat (limited to 'database.sql')
| -rw-r--r-- | database.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/database.sql b/database.sql new file mode 100644 index 0000000..b4da2c1 --- /dev/null +++ b/database.sql @@ -0,0 +1,5 @@ +CREATE TABLE IF NOT EXISTS "emotes" ( + "id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, + "code" TEXT NOT NULL, + "created_at" TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP +);
\ No newline at end of file |
