🗃️ new columns in usertable
Co-authored-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
parent
b6123ceb02
commit
71354a1827
3 changed files with 12 additions and 6 deletions
|
|
@ -52,7 +52,10 @@ func SetupDb() {
|
|||
alder TEXT NOT NULL,
|
||||
utdanningsgrad TEXT NOT NULL,
|
||||
helsepersonell BOOL NOT NULL,
|
||||
kjønn TEXT NOT NULL
|
||||
kjønn TEXT NOT NULL,
|
||||
svartfør BOOL NOT NULL,
|
||||
fylke TEXT NOT NULL,
|
||||
dato TEXT NOT NULL
|
||||
);`,
|
||||
`CREATE TABLE IF NOT EXISTS SvarVurdering (
|
||||
vurderingID SERIAL PRIMARY KEY,
|
||||
|
|
|
|||
Reference in a new issue