fix uppercase problem

This commit is contained in:
hysn99
2024-03-26 13:40:15 +03:00
parent 3fb10cf000
commit b3901e28f7

View File

@@ -37,7 +37,7 @@ func InitDB(path string) error {
} }
companySchema := ` companySchema := `
create table Company ( create table company (
name text not null unique, name text not null unique,
member_number text not null, member_number text not null,
username text not null, username text not null,