0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-20 22:12:38 -05:00

fix(ex): add id col to ticketing

This commit is contained in:
bholmesdev 2024-02-01 08:09:37 -05:00
parent a44c20afef
commit 656b0c2f94

View file

@ -6,6 +6,7 @@ import node from '@astrojs/node';
const Event = defineCollection({
fields: {
id: field.number({ primaryKey: true }),
name: field.text(),
description: field.text(),
ticketPrice: field.number(),