refactor: update name

This commit is contained in:
Mauricio Siu
2025-02-10 02:13:52 -06:00
parent b7112b89fd
commit 6179cef1ee
16 changed files with 249 additions and 446 deletions

View File

@@ -22,7 +22,7 @@ import { certificateType } from "./shared";
// OLD TABLE
export const user = pgTable("user", {
id: text("id")
userId: text("userId")
.notNull()
.primaryKey()
.$defaultFn(() => nanoid()),