💥💣 ALMOST THERE???? DUNNO PROBABLY - 90% done

This commit is contained in:
user
2025-10-21 16:40:46 +03:00
parent 94bb51bdc7
commit 8a169f84cc
35 changed files with 1022 additions and 2225 deletions

View File

@@ -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,