💥💣 ALMOST THERE???? DUNNO PROBABLY - 90% done
This commit is contained in:
@@ -17,6 +17,8 @@ export * from "./auth.out";
|
||||
export const order = pgTable("order", {
|
||||
id: serial("id").primaryKey(),
|
||||
|
||||
uid: varchar("uid", { length: 32 }).notNull(),
|
||||
|
||||
orderPrice: decimal("order_price", {
|
||||
precision: 12,
|
||||
scale: 2,
|
||||
|
||||
Reference in New Issue
Block a user