fix
This commit is contained in:
@@ -46,6 +46,7 @@ enum FieldType {
|
||||
DATE // Date picker
|
||||
TAG_INPUT // Tag input (add custom tags)
|
||||
FILE // File upload (documents, images)
|
||||
REPEATER // Repeatable group of fields (e.g., certification + years)
|
||||
}
|
||||
|
||||
|
||||
@@ -226,6 +227,7 @@ model ProfileSection {
|
||||
isActive Boolean @default(true)
|
||||
isGlobal Boolean @default(false) // If true, applies to ALL agent types
|
||||
isSystem Boolean @default(false) // If true, section cannot be deleted (system default)
|
||||
isRepeatable Boolean @default(false) // If true, user can add multiple entries (e.g., certifications)
|
||||
|
||||
// Timestamps
|
||||
createdAt DateTime @default(now())
|
||||
|
||||
Reference in New Issue
Block a user