Merge pull request #18377 from seamuslee001/eway_further
[civicrm-core.git] / CRM / Core / I18n / SchemaStructure_4_5_alpha1.php
1 <?php
2 /*
3 +--------------------------------------------------------------------+
4 | Copyright CiviCRM LLC. All rights reserved. |
5 | |
6 | This work is published under the GNU AGPLv3 license with some |
7 | permitted exceptions and without any warranty. For full license |
8 | and copyright information, see https://civicrm.org/licensing |
9 +--------------------------------------------------------------------+
10 */
11
12 /**
13 *
14 * @package CRM
15 * @copyright CiviCRM LLC https://civicrm.org/licensing
16 *
17 * Generated from schema_structure.tpl
18 * DO NOT EDIT. Generated by CRM_Core_CodeGen
19 */
20 class CRM_Core_I18n_SchemaStructure_4_5_alpha1 {
21
22 /**
23 * @return array
24 */
25 public static function &columns() {
26 static $result = NULL;
27 if (!$result) {
28 $result = [
29 'civicrm_location_type' => [
30 'display_name' => "varchar(64)",
31 ],
32 'civicrm_option_group' => [
33 'title' => "varchar(255)",
34 'description' => "varchar(255)",
35 ],
36 'civicrm_contact_type' => [
37 'label' => "varchar(64)",
38 'description' => "text",
39 ],
40 'civicrm_batch' => [
41 'title' => "varchar(64)",
42 'description' => "text",
43 ],
44 'civicrm_premiums' => [
45 'premiums_intro_title' => "varchar(255)",
46 'premiums_intro_text' => "text",
47 'premiums_nothankyou_label' => "varchar(255)",
48 ],
49 'civicrm_membership_status' => [
50 'label' => "varchar(128)",
51 ],
52 'civicrm_survey' => [
53 'title' => "varchar(255)",
54 'instructions' => "text",
55 'thankyou_title' => "varchar(255)",
56 'thankyou_text' => "text",
57 ],
58 'civicrm_participant_status_type' => [
59 'label' => "varchar(255)",
60 ],
61 'civicrm_tell_friend' => [
62 'title' => "varchar(255)",
63 'intro' => "text",
64 'suggested_message' => "text",
65 'thankyou_title' => "varchar(255)",
66 'thankyou_text' => "text",
67 ],
68 'civicrm_custom_group' => [
69 'title' => "varchar(64)",
70 'help_pre' => "text",
71 'help_post' => "text",
72 ],
73 'civicrm_custom_field' => [
74 'label' => "varchar(255)",
75 'help_pre' => "text",
76 'help_post' => "text",
77 ],
78 'civicrm_option_value' => [
79 'label' => "varchar(255)",
80 'description' => "text",
81 ],
82 'civicrm_group' => [
83 'title' => "varchar(64)",
84 ],
85 'civicrm_contribution_page' => [
86 'title' => "varchar(255)",
87 'intro_text' => "text",
88 'pay_later_text' => "text",
89 'pay_later_receipt' => "text",
90 'initial_amount_label' => "varchar(255)",
91 'initial_amount_help_text' => "text",
92 'thankyou_title' => "varchar(255)",
93 'thankyou_text' => "text",
94 'thankyou_footer' => "text",
95 'for_organization' => "text",
96 'receipt_from_name' => "varchar(255)",
97 'receipt_text' => "text",
98 'footer_text' => "text",
99 ],
100 'civicrm_product' => [
101 'name' => "varchar(255)",
102 'description' => "text",
103 'options' => "text",
104 ],
105 'civicrm_membership_type' => [
106 'name' => "varchar(128)",
107 'description' => "varchar(255)",
108 ],
109 'civicrm_membership_block' => [
110 'new_title' => "varchar(255)",
111 'new_text' => "text",
112 'renewal_title' => "varchar(255)",
113 'renewal_text' => "text",
114 ],
115 'civicrm_price_set' => [
116 'title' => "varchar(255)",
117 'help_pre' => "text",
118 'help_post' => "text",
119 ],
120 'civicrm_dashboard' => [
121 'label' => "varchar(255)",
122 ],
123 'civicrm_uf_group' => [
124 'title' => "varchar(64)",
125 'help_pre' => "text",
126 'help_post' => "text",
127 ],
128 'civicrm_uf_field' => [
129 'help_post' => "text",
130 'help_pre' => "text",
131 'label' => "varchar(255)",
132 ],
133 'civicrm_price_field' => [
134 'label' => "varchar(255)",
135 'help_pre' => "text",
136 'help_post' => "text",
137 ],
138 'civicrm_price_field_value' => [
139 'label' => "varchar(255)",
140 'description' => "text",
141 ],
142 'civicrm_pcp_block' => [
143 'link_text' => "varchar(255)",
144 ],
145 'civicrm_event' => [
146 'title' => "varchar(255)",
147 'summary' => "text",
148 'description' => "text",
149 'registration_link_text' => "varchar(255)",
150 'event_full_text' => "text",
151 'fee_label' => "varchar(255)",
152 'intro_text' => "text",
153 'footer_text' => "text",
154 'confirm_title' => "varchar(255)",
155 'confirm_text' => "text",
156 'confirm_footer_text' => "text",
157 'confirm_email_text' => "text",
158 'confirm_from_name' => "varchar(255)",
159 'thankyou_title' => "varchar(255)",
160 'thankyou_text' => "text",
161 'thankyou_footer_text' => "text",
162 'pay_later_text' => "text",
163 'pay_later_receipt' => "text",
164 'initial_amount_label' => "varchar(255)",
165 'initial_amount_help_text' => "text",
166 'waitlist_text' => "text",
167 'approval_req_text' => "text",
168 'template_title' => "varchar(255)",
169 ],
170 ];
171 }
172 return $result;
173 }
174
175 /**
176 * @return array
177 */
178 public static function &indices() {
179 static $result = NULL;
180 if (!$result) {
181 $result = [
182 'civicrm_custom_group' => [
183 'UI_title_extends' => [
184 'name' => 'UI_title_extends',
185 'field' => [
186 'title',
187 'extends',
188 ],
189 'unique' => 1,
190 ],
191 ],
192 'civicrm_custom_field' => [
193 'UI_label_custom_group_id' => [
194 'name' => 'UI_label_custom_group_id',
195 'field' => [
196 'label',
197 'custom_group_id',
198 ],
199 'unique' => 1,
200 ],
201 ],
202 'civicrm_group' => [
203 'UI_title' => [
204 'name' => 'UI_title',
205 'field' => [
206 'title',
207 ],
208 'unique' => 1,
209 ],
210 ],
211 ];
212 }
213 return $result;
214 }
215
216 /**
217 * @return array
218 */
219 public static function &tables() {
220 static $result = NULL;
221 if (!$result) {
222 $result = array_keys(self::columns());
223 }
224 return $result;
225 }
226
227 }