Compare commits
2 Commits
828d611f4d
...
effcd2c073
| Author | SHA1 | Date | |
|---|---|---|---|
| effcd2c073 | |||
| 78885b3656 |
@ -305,7 +305,8 @@ CREATE TABLE data.files (
|
||||
datetime timestamp with time zone DEFAULT clock_timestamp() NOT NULL,
|
||||
notes text,
|
||||
metadata jsonb,
|
||||
creator_id smallint NOT NULL
|
||||
creator_id smallint NOT NULL,
|
||||
is_deleted boolean DEFAULT false NOT NULL
|
||||
);
|
||||
|
||||
|
||||
|
||||
@ -47,6 +47,7 @@ entity "data.files" as fle {
|
||||
' * created_at : timestamptz <<generated>>
|
||||
* creator_id : smallint
|
||||
' * is_private : boolean
|
||||
* is_deleted : boolean
|
||||
}
|
||||
|
||||
fle::mime_id }o--|| mime::id
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user