the show starts kinda
This commit is contained in:
parent
b1936f4d3a
commit
037d15b650
5 changed files with 67 additions and 12 deletions
|
@ -1,4 +1,5 @@
|
|||
CREATE TABLE IF NOT EXISTS main.auth (username TEXT, password TEXT);
|
||||
CREATE TABLE IF NOT EXISTS main.token (username TEXT, token TEXT);
|
||||
CREATE TABLE IF NOT EXISTS main.user (username TEXT, bio TEXT);
|
||||
CREATE TABLE IF NOT EXISTS main.follow (username TEXT, target TEXT);
|
||||
CREATE TABLE IF NOT EXISTS main.follow (username TEXT, target TEXT);
|
||||
CREATE TABLE IF NOT EXISTS main.comment (username TEXT, targetType TEXT, targetId TEXT, date REAL, content TEXT, id TEXT);
|
Loading…
Add table
Add a link
Reference in a new issue