project flow completed

This commit is contained in:
hysn99
2024-04-15 14:50:36 +03:00
parent a5612d6d9e
commit bfcb484104
9 changed files with 143 additions and 58 deletions

View File

@@ -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,