mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-17 22:37:03 +05:30
Make is_saved nullable
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
ab3f112981
commit
4f9d0c09ef
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ CREATE TABLE IF NOT EXISTS LobstersPost(
|
|||
comments_url TEXT NOT NULL,
|
||||
submitter_user TEXT as Submitter NOT NULL,
|
||||
tags TEXT as List<String> NOT NULL,
|
||||
is_saved INTEGER as Boolean DEFAULT 0 NOT NULL
|
||||
is_saved INTEGER as Boolean DEFAULT 0
|
||||
);
|
||||
|
||||
selectAllPosts:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue