diff --git a/app/lib/run/db.go b/app/lib/run/db.go index 0ade92c..f10d1b9 100644 --- a/app/lib/run/db.go +++ b/app/lib/run/db.go @@ -37,7 +37,7 @@ func InitDB(path string) error { } companySchema := ` -create table Company ( +create table company ( name text not null unique, member_number text not null, username text not null,