// Code generated by sqlc. DO NOT EDIT. package psqlcore import ( "database/sql" ) type CoreCounter struct { ID string `json:"id"` Value sql.NullInt32 `json:"value"` } type DataCharacter struct { ID string `json:"id"` Nicks []string `json:"nicks"` Name string `json:"name"` ShortName string `json:"short_name"` Author string `json:"author"` Description string `json:"description"` TsVector interface{} `json:"ts_vector"` }