updated schema
Some checks failed
Vercel Production Deployment / Deploy-Production (push) Failing after 50s
Some checks failed
Vercel Production Deployment / Deploy-Production (push) Failing after 50s
This commit is contained in:
parent
1a9c96381e
commit
0bb5cdc760
@ -18,7 +18,7 @@ export const producers = createTable(
|
||||
{
|
||||
id: uuid("id").primaryKey().defaultRandom(),
|
||||
name: text("name").notNull(),
|
||||
description: text("description").notNull(),
|
||||
description: text("description"),
|
||||
imageUrl: text('imageUrl'),
|
||||
countryId: uuid("countryId").notNull(),
|
||||
createdAt: timestamp("createdAt").defaultNow().notNull(),
|
||||
|
Loading…
Reference in New Issue
Block a user