✦ xcaeser
Convex Community16mo ago
23 replies
✦ xcaeser

thank you!! im migrating from prisma, i

thank you!! im migrating from prisma, i had this enum Status {
DRAFT
PUBLISHED
ARCHIVED
}

having a hard time defining here
properties: defineTable({
title: v.string(),
description: v.string(),
price: v.number(),
propertyType: v.string(),
}),
Was this page helpful?