added aref
This commit is contained in:
@@ -5,6 +5,7 @@ export const GuestLog = sqliteTable("GuestLog", {
|
||||
autoIncrement: true,
|
||||
}),
|
||||
name: text("name").notNull(),
|
||||
website_link: text("website_link"),
|
||||
message: text("message"),
|
||||
date: integer("date", {mode: "timestamp",})
|
||||
.notNull()
|
||||
|
||||
Reference in New Issue
Block a user