reading messages
This commit is contained in:
parent
08fe66906c
commit
f44c90647f
4 changed files with 21 additions and 2 deletions
|
@ -4,4 +4,5 @@ CREATE TABLE IF NOT EXISTS main.user (username TEXT, bio TEXT);
|
|||
CREATE TABLE IF NOT EXISTS main.role (username TEXT, role TEXT);
|
||||
CREATE TABLE IF NOT EXISTS main.follow (username TEXT, target TEXT);
|
||||
CREATE TABLE IF NOT EXISTS main.ban (username TEXT, reason TEXT);
|
||||
CREATE TABLE IF NOT EXISTS main.read (username TEXT, msgs REAL);
|
||||
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