search, db integration
This commit is contained in:
@@ -57,6 +57,7 @@ export const diseases = sqliteTable(
|
||||
severity: text("severity", {
|
||||
enum: ["low", "moderate", "high", "critical"],
|
||||
}).notNull(),
|
||||
imageUrl: text("image_url").notNull().default(""),
|
||||
sourceUrl: text("source_url").notNull().default(""),
|
||||
createdAt: text("created_at")
|
||||
.notNull()
|
||||
|
||||
Reference in New Issue
Block a user