✅ product admin crud
This commit is contained in:
@@ -62,6 +62,7 @@ export const order = pgTable("order", {
|
||||
|
||||
export const product = pgTable("product", {
|
||||
id: serial("id").primaryKey(),
|
||||
linkId: varchar("link_id", { length: 32 }).notNull().unique(),
|
||||
title: varchar("title", { length: 64 }).notNull(),
|
||||
description: text("description").notNull(),
|
||||
longDescription: text("long_description").notNull(),
|
||||
|
||||
Reference in New Issue
Block a user