added aref
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user