diff --git a/prisma/schema.prisma b/prisma/schema.prisma index 5d5d2017f469ebc071bb1f808200c3ef9155c5c1..5e282ce9de71626b4d44cae9452cff90dc762248 100644 --- a/prisma/schema.prisma +++ b/prisma/schema.prisma @@ -31,6 +31,8 @@ model Home_entity { entity_uuid String @id @default(uuid()) entity_order Int @default(autoincrement()) entity_type String + divider_height Int? + divider_type String? title String? text String? @db.Text font_size String?