mirror of
https://github.com/nullishamy/ferri.git
synced 2025-06-28 09:04:18 +00:00
feat: more fixes; finish account api types for now; add some more useful fields to it
This commit is contained in:
parent
76fb8838c2
commit
62931ee20b
10 changed files with 168 additions and 65 deletions
|
@ -2,6 +2,10 @@ CREATE TABLE IF NOT EXISTS user
|
|||
(
|
||||
-- UUID
|
||||
id TEXT PRIMARY KEY NOT NULL,
|
||||
acct TEXT NOT NULL,
|
||||
url TEXT NOT NULL,
|
||||
created_at TEXT NOT NULL,
|
||||
remote BOOLEAN NOT NULL,
|
||||
username TEXT NOT NULL,
|
||||
actor_id TEXT NOT NULL UNIQUE,
|
||||
display_name TEXT NOT NULL,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue