fix uppercase problem
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user