Added missing field
This commit is contained in:
@@ -48,7 +48,8 @@ library_table_creation = '''
|
||||
CREATE TABLE IF NOT EXISTS "library"(
|
||||
"id" BIGINT NOT NULL,
|
||||
"name" VARCHAR(255) NOT NULL,
|
||||
"address" VARCHAR(255) NOT NULL
|
||||
"address" VARCHAR(255) NOT NULL,
|
||||
"is_archived" BOOLEAN NOT NULL
|
||||
);
|
||||
'''
|
||||
|
||||
|
||||
Reference in New Issue
Block a user