Skip to content

Commit

Permalink
#update: thuanvv update schema prisma
Browse files Browse the repository at this point in the history
  • Loading branch information
vuvanthuan committed Jan 22, 2025
1 parent f45fe73 commit 4b7dc20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,7 @@ model activity_class {
id Int @id @default(autoincrement()) @db.UnsignedInt
class_id Int?
name String? @db.VarChar(500)
video_url String? @db.VarChar(5000)
image_url String? @db.VarChar(500)
status Int
order Int?
Expand Down

0 comments on commit 4b7dc20

Please sign in to comment.