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

30 lines
712 B
YAML

propel:
st_text:
_attributes:
phpName: Text
isI18N: true
i18nTable: st_text_i18n
opt_name: {change_column: name}
opt_content: {change_column: content}
st_text_i18n:
_attributes:
phpName: TextI18n
id:
type: integer
required: true
primaryKey: true
foreignTable: st_text
foreignReference: id
onDelete: cascade
culture:
isCulture: true
primaryKey: true
type: VARCHAR
size: 7
name:
type: VARCHAR
size: 255
content:
type: LONGVARCHAR