ttungu
ttungu
DTDrizzle Team
Created by stephen on 3/13/2024 in #help
Creating migrations with Enums present (postgres)
everything in schema needs to be exported: export const userStatusEnum = pgEnum('statusEnum', ["pending", "active", "archived"]);
3 replies