in internal/repo/database.go [88:93]
func (db *Database) CreateTables() error { if _, err := db.Exec(schema); err != nil { return err } return nil }