Files
grzanieplus.pl/plugins/stQuestionPlugin/config/stQuestionPlugin_schema.custom.yml
2025-03-12 17:06:23 +01:00

26 lines
682 B
YAML

propel:
st_question_status:
_attributes:
phpName: QuestionStatus
isI18N: true
i18nTable: st_question_status_i18n
opt_name: {change_column: name}
st_question_status_i18n:
_attributes:
phpName: QuestionStatusI18n
id:
type: integer
required: true
primaryKey: true
foreignTable: st_question_status
foreignReference: id
onDelete: cascade
culture:
isCulture: true
primaryKey: true
type: VARCHAR
size: 7
name:
type: VARCHAR
size: 255