-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathdb_schema_whitelist.json
More file actions
102 lines (102 loc) · 3.11 KB
/
Copy pathdb_schema_whitelist.json
File metadata and controls
102 lines (102 loc) · 3.11 KB
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"emico_attributelanding_page": {
"column": {
"page_id": true,
"created_at": true,
"updated_at": true,
"url_path": true,
"overview_page_id": true,
"name": true,
"overview_page_image": true
},
"index": {
"EMICO_ATTRIBUTELANDING_PAGE_URL_PATH": true
},
"constraint": {
"PRIMARY": true,
"FK_A8661B1DD183E5D311907AF672A5EBB6": true
}
},
"emico_attributelanding_page_store": {
"column": {
"id": true,
"page_id": true,
"store_id": true,
"active": true,
"name": true,
"url_path": true,
"category_id": true,
"heading": true,
"header_image": true,
"meta_title": true,
"meta_keywords": true,
"meta_description": true,
"content_first": true,
"content_last": true,
"filter_attributes": true,
"tweakwise_filter_template": true,
"is_filter_link_allowed": true,
"canonical_url": true,
"hide_selected_filters": true,
"tweakwise_sort_template": true,
"tweakwise_builder_template": true
},
"index": {
"EMICO_ATTRIBUTELANDING_PAGE_STORE_URL_PATH": true
},
"constraint": {
"PRIMARY": true,
"EMICO_ATTRIBUTELANDING_PAGE_STORE_PAGE_ID_STORE_ID": true,
"FK_3277887D3FFBCA6335B0722410074EC8": true,
"EMICO_ATTRIBUTELANDING_PAGE_STORE_STORE_ID_STORE_STORE_ID": true
}
},
"emico_attributelanding_overviewpage": {
"column": {
"page_id": true,
"active": true,
"created_at": true,
"updated_at": true,
"url_path": true,
"heading": true,
"meta_title": true,
"meta_keywords": true,
"meta_description": true,
"content_first": true,
"content_last": true,
"store_ids": true,
"name": true
},
"index": {
"EMICO_ATTRIBUTELANDING_OVERVIEWPAGE_URL_PATH": true
},
"constraint": {
"PRIMARY": true
}
},
"emico_attributelanding_overviewpage_store": {
"column": {
"id": true,
"page_id": true,
"store_id": true,
"name": true,
"active": true,
"url_path": true,
"heading": true,
"meta_title": true,
"meta_keywords": true,
"meta_description": true,
"content_first": true,
"content_last": true
},
"index": {
"EMICO_ATTRIBUTELANDING_OVERVIEWPAGE_STORE_URL_PATH": true
},
"constraint": {
"PRIMARY": true,
"EMICO_ATTRIBUTELANDING_OVERVIEWPAGE_STORE_PAGE_ID_STORE_ID": true,
"FK_B7EFA6127C42BC761B70AF51B95F160D": true,
"EMICO_ATTRLANDING_OVERVIEWPAGE_STORE_STORE_ID_STORE_STORE_ID": true
}
}
}