project flow completed
This commit is contained in:
@@ -38,6 +38,7 @@ func InitDB(path string) error {
|
||||
|
||||
companySchema := `
|
||||
create table company (
|
||||
id INTEGER PRIMARY KEY AUTOINCREMENT,
|
||||
name text not null unique,
|
||||
member_number text not null,
|
||||
username text not null,
|
||||
|
||||
Reference in New Issue
Block a user