Skip to content

Commit bb3ab77

Browse files
committed
feat(schema): user_alba_schedule 사이즈 변경
1 parent b251640 commit bb3ab77

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

prisma/schema.prisma

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,8 @@ model user_alba {
157157
model user_alba_schedule {
158158
user_alba_schedule_id Bytes @id @default(dbgenerated("(uuid_to_bin(uuid()))")) @db.Binary(16)
159159
user_id Bytes @db.Binary(16)
160-
workplace String? @db.VarChar(20)
161-
work_date String? @db.VarChar(20)
160+
workplace String? @db.VarChar(50)
161+
work_date String? @db.VarChar(50)
162162
work_time String? @db.VarChar(20)
163163
day_of_week user_alba_schedule_day_of_week?
164164
repeat_type user_alba_schedule_repeat_type?

0 commit comments

Comments
 (0)