1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"theme": {
"column": {
"theme_id": true,
"parent_id": true,
"theme_path": true,
"theme_title": true,
"preview_image": true,
"is_featured": true,
"area": true,
"type": true,
"code": true
},
"constraint": {
"PRIMARY": true
}
},
"theme_file": {
"column": {
"theme_files_id": true,
"theme_id": true,
"file_path": true,
"file_type": true,
"content": true,
"sort_order": true,
"is_temporary": true
},
"constraint": {
"PRIMARY": true,
"THEME_FILE_THEME_ID_THEME_THEME_ID": true
}
},
"design_change": {
"column": {
"design_change_id": true,
"store_id": true,
"design": true,
"date_from": true,
"date_to": true
},
"index": {
"DESIGN_CHANGE_STORE_ID": true
},
"constraint": {
"PRIMARY": true,
"DESIGN_CHANGE_STORE_ID_STORE_STORE_ID": true
}
}
}