This commit is contained in:
2024-12-12 00:04:14 -05:00
parent 1691c60d96
commit e36bbe1165
5 changed files with 85 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
import { pgTable, integer, varchar, uuid } from "drizzle-orm/pg-core";
import { pgTable, integer, varchar, uuid } from "drizzle-orm/pg-core";
import { sql } from "drizzle-orm";
import { timestamps } from "./helpers/columns.helpers";