--- options: collate: utf8_czech_ci charset: utf8 saSetting: actAs: Sluggable: fields: [name] columns: name: { type: string(255), notnull: true, unique: true } type: { type: string(255), notnull: true, default: input } widget_options: { type: clob } value: { type: clob } setting_group: { type: string(255) }