To participate you must create an account on apostrophenow.org. If you have already done so, click Login.
|
File schema.yml.patch, 1.5 KB
(added by agilbert, 2 years ago)
|
|
|
-
|
|
|
|
| 31 | 31 | action: |
| 32 | 32 | type: string(255) |
| 33 | 33 | |
| 34 | | aFormLayout: |
| 35 | | tableName: a_form_layout |
| | 34 | aFormFieldset: |
| | 35 | tableName: a_form_fieldset |
| 36 | 36 | actAs: |
| 37 | 37 | Sluggable: |
| 38 | 38 | fields: [label] |
| … |
… |
|
| 61 | 61 | foreign: id |
| 62 | 62 | local: form_id |
| 63 | 63 | onDelete: CASCADE |
| 64 | | foreignAlias: aFormLayouts |
| | 64 | foreignAlias: aFormFieldsets |
| 65 | 65 | |
| 66 | | aFormLayoutOption: |
| 67 | | tableName: a_form_layout_option |
| | 66 | aFormFieldsetOption: |
| | 67 | tableName: a_form_fieldset_option |
| 68 | 68 | columns: |
| 69 | 69 | layout_id: |
| 70 | 70 | type: integer |
| … |
… |
|
| 76 | 76 | type: integer |
| 77 | 77 | default: 1 |
| 78 | 78 | relations: |
| 79 | | aFormLayout: |
| 80 | | class: aFormLayout |
| | 79 | aFormFieldset: |
| | 80 | class: aFormFieldset |
| 81 | 81 | foreign: id |
| 82 | 82 | local: layout_id |
| 83 | 83 | onDelete: CASCADE |
| 84 | | foreignAlias: aFormLayoutOptions |
| | 84 | foreignAlias: aFormFieldsetOptions |
| 85 | 85 | |
| 86 | 86 | aFormField: |
| 87 | 87 | tableName: a_form_field |
| … |
… |
|
| 91 | 91 | name: |
| 92 | 92 | type: string |
| 93 | 93 | relations: |
| 94 | | aFormLayout: |
| 95 | | class: aFormLayout |
| | 94 | aFormFieldset: |
| | 95 | class: aFormFieldset |
| 96 | 96 | foreign: id |
| 97 | 97 | local: layout_id |
| 98 | 98 | onDelete: CASCADE |
| … |
… |
|
| 147 | 147 | local: submission_id |
| 148 | 148 | onDelete: CASCADE |
| 149 | 149 | foreignAlias: aFormFieldSubmissions |
| 150 | | aFormLayout: |
| 151 | | class: aFormLayout |
| | 150 | aFormFieldset: |
| | 151 | class: aFormFieldset |
| 152 | 152 | foreign: id |
| 153 | 153 | local: layout_id |
| 154 | 154 | onDelete: CASCADE |
Download in other formats: