import { text, sqliteTable } from "drizzle-orm/sqlite-core"; export const groupsTable = sqliteTable("groups", { name: text("name").notNull(), });