refactor(scanner): added in running number
This commit is contained in:
@@ -9,6 +9,7 @@ export const scanLog = pgTable("scan_log", {
|
||||
message: text("message").notNull(),
|
||||
prompt: text("prompt"),
|
||||
commandDescription: text("command_description"),
|
||||
runningNumber: text("running_number").default("0"),
|
||||
status: text("status"),
|
||||
lines: jsonb("lines").default([]),
|
||||
add_Date: timestamp("add_Date").defaultNow(),
|
||||
|
||||
Reference in New Issue
Block a user