added registrationno field
All checks were successful
backend-action / build-image (push) Successful in 1m6s
All checks were successful
backend-action / build-image (push) Successful in 1m6s
This commit is contained in:
@@ -15,6 +15,7 @@ export const user = sqliteTable(
|
||||
id: integer("id", { mode: "number" }).primaryKey({ autoIncrement: true }),
|
||||
firstName: text("firstName").notNull(),
|
||||
lastName: text("lastName").notNull(),
|
||||
registerno: text("registerno"),
|
||||
title: text("title").notNull(),
|
||||
cid: text("cid", { length: 13 }).notNull().unique(),
|
||||
age: integer("age").notNull(),
|
||||
|
||||
Reference in New Issue
Block a user