This commit is contained in:
Hüseyin
2026-06-16 09:07:10 +03:00
parent 2dfda9d553
commit bd08898bf1
91 changed files with 15477 additions and 11812 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,