© 2026 Hedgehog Software, LLC
export const cities = pgTable("cities", { id: serial("id").primaryKey(), name: varchar("name", { length: 256 }), });