mirror of
https://github.com/leonvanzyl/agentic-coding-starter-kit.git
synced 2026-01-31 06:42:07 +00:00
improve github workflow
This commit is contained in:
@@ -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",
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user