Merge module/db

This commit is contained in:
assembly-bot
2026-08-15 23:42:35 +08:00
4 changed files with 8 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
CREATE TABLE users (id INTEGER PRIMARY KEY AUTOINCREMENT, username TEXT UNIQUE NOT NULL, email TEXT UNIQUE NOT NULL, created_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP);