© 2026 Hedgehog Software, LLC
export const Table = pgTable('table', { ... status: varchar('status', { length: 32 }).notNull(), ...
type STATUS