added aref

This commit is contained in:
2026-03-22 23:40:48 +13:00
parent 00327ca600
commit 26f22f3148

View File

@@ -5,6 +5,7 @@ export const GuestLog = sqliteTable("GuestLog", {
autoIncrement: true, autoIncrement: true,
}), }),
name: text("name").notNull(), name: text("name").notNull(),
website_link: text("website_link"),
message: text("message"), message: text("message"),
date: integer("date", {mode: "timestamp",}) date: integer("date", {mode: "timestamp",})
.notNull() .notNull()