// Code generated by sqlc. DO NOT EDIT. // versions: // sqlc v1.17.2 package database import ( "database/sql" ) type Invite struct { ID int64 Code string Uses int64 Total sql.NullInt64 Expiration sql.NullInt64 }