add membership pdf
This commit is contained in:
@ -16,7 +16,8 @@ CREATE TABLE IF NOT EXISTS "user" (
|
||||
"notes" text,
|
||||
"phone" text,
|
||||
"address" text,
|
||||
"family_id" INTEGER REFERENCES family(id)
|
||||
"family_id" INTEGER REFERENCES family(id),
|
||||
"membership_pdf" BLOB
|
||||
);
|
||||
|
||||
CREATE TABLE IF NOT EXISTS "family" (
|
||||
|
Reference in New Issue
Block a user