improve github workflow

This commit is contained in:
Leon van Zyl
2025-12-10 07:47:21 +02:00
parent cd5dd2eed5
commit 5cd66b245e
8 changed files with 47 additions and 27 deletions

View File

@@ -1,5 +1,8 @@
import { pgTable, text, timestamp, boolean, index } from "drizzle-orm/pg-core";
// IMPORTANT! ID fields should ALWAYS use UUID types, EXCEPT the BetterAuth tables.
export const user = pgTable(
"user",
{