Changeset 37bcb87 for database/drizzle/schema/users.ts
- Timestamp:
- 12/20/25 04:03:37 (7 months ago)
- Branches:
- main
- Children:
- c4dd17d
- Parents:
- 0d447f6
- File:
-
- 1 edited
-
database/drizzle/schema/users.ts (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
database/drizzle/schema/users.ts
r0d447f6 r37bcb87 32 32 (t) => ({ 33 33 checkStatus: check("check_status", sql`${t.status} in ('pending', 'approved', 'rejected')`), 34 checkType: check("check_type", sql`${t.componentType} in 35 ('cpu', 'gpu', 'memory', 'storage', 'power_supply', 'motherboard', 'case', 'cooler', 'memory_card', 'optical_drive', 'sound_card', 'cables', 'network_adapter', 'network_card')`), 34 36 }), 35 37 );
Note:
See TracChangeset
for help on using the changeset viewer.
