Merge pull request #3112 from freeform/CRM-14568
[civicrm-core.git] / CRM / Core / I18n / SchemaStructure_4_5_alpha1.php
1 <?php
2 /*
3 +--------------------------------------------------------------------+
4 | CiviCRM version 4.5 |
5 +--------------------------------------------------------------------+
6 | Copyright CiviCRM LLC (c) 2004-2014 |
7 +--------------------------------------------------------------------+
8 | This file is a part of CiviCRM. |
9 | |
10 | CiviCRM is free software; you can copy, modify, and distribute it |
11 | under the terms of the GNU Affero General Public License |
12 | Version 3, 19 November 2007 and the CiviCRM Licensing Exception. |
13 | |
14 | CiviCRM is distributed in the hope that it will be useful, but |
15 | WITHOUT ANY WARRANTY; without even the implied warranty of |
16 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
17 | See the GNU Affero General Public License for more details. |
18 | |
19 | You should have received a copy of the GNU Affero General Public |
20 | License and the CiviCRM Licensing Exception along |
21 | with this program; if not, contact CiviCRM LLC |
22 | at info[AT]civicrm[DOT]org. If you have questions about the |
23 | GNU Affero General Public License or the licensing of CiviCRM, |
24 | see the CiviCRM license FAQ at http://civicrm.org/licensing |
25 +--------------------------------------------------------------------+
26 */
27 /**
28 *
29 * @package CRM
30 * @copyright CiviCRM LLC (c) 2004-2014
31 *
32 * Generated from schema_structure.tpl
33 * DO NOT EDIT. Generated by CRM_Core_CodeGen
34 */
35 class CRM_Core_I18n_SchemaStructure_4_5_alpha1 {
36 static function &columns() {
37 static $result = null;
38 if (!$result) {
39 $result = array(
40 'civicrm_location_type' => array(
41 'display_name' => "varchar(64)",
42 ) ,
43 'civicrm_option_group' => array(
44 'title' => "varchar(255)",
45 'description' => "varchar(255)",
46 ) ,
47 'civicrm_contact_type' => array(
48 'label' => "varchar(64)",
49 'description' => "text",
50 ) ,
51 'civicrm_batch' => array(
52 'title' => "varchar(64)",
53 'description' => "text",
54 ) ,
55 'civicrm_premiums' => array(
56 'premiums_intro_title' => "varchar(255)",
57 'premiums_intro_text' => "text",
58 'premiums_nothankyou_label' => "varchar(255)",
59 ) ,
60 'civicrm_membership_status' => array(
61 'label' => "varchar(128)",
62 ) ,
63 'civicrm_survey' => array(
64 'title' => "varchar(255)",
65 'instructions' => "text",
66 'thankyou_title' => "varchar(255)",
67 'thankyou_text' => "text",
68 ) ,
69 'civicrm_participant_status_type' => array(
70 'label' => "varchar(255)",
71 ) ,
72 'civicrm_tell_friend' => array(
73 'title' => "varchar(255)",
74 'intro' => "text",
75 'suggested_message' => "text",
76 'thankyou_title' => "varchar(255)",
77 'thankyou_text' => "text",
78 ) ,
79 'civicrm_custom_group' => array(
80 'title' => "varchar(64)",
81 'help_pre' => "text",
82 'help_post' => "text",
83 ) ,
84 'civicrm_custom_field' => array(
85 'label' => "varchar(255)",
86 'help_pre' => "text",
87 'help_post' => "text",
88 ) ,
89 'civicrm_option_value' => array(
90 'label' => "varchar(255)",
91 'description' => "text",
92 ) ,
93 'civicrm_group' => array(
94 'title' => "varchar(64)",
95 ) ,
96 'civicrm_contribution_page' => array(
97 'title' => "varchar(255)",
98 'intro_text' => "text",
99 'pay_later_text' => "text",
100 'pay_later_receipt' => "text",
101 'initial_amount_label' => "varchar(255)",
102 'initial_amount_help_text' => "text",
103 'thankyou_title' => "varchar(255)",
104 'thankyou_text' => "text",
105 'thankyou_footer' => "text",
106 'for_organization' => "text",
107 'receipt_from_name' => "varchar(255)",
108 'receipt_text' => "text",
109 'footer_text' => "text",
110 ) ,
111 'civicrm_product' => array(
112 'name' => "varchar(255)",
113 'description' => "text",
114 'options' => "text",
115 ) ,
116 'civicrm_membership_type' => array(
117 'name' => "varchar(128)",
118 'description' => "varchar(255)",
119 ) ,
120 'civicrm_membership_block' => array(
121 'new_title' => "varchar(255)",
122 'new_text' => "text",
123 'renewal_title' => "varchar(255)",
124 'renewal_text' => "text",
125 ) ,
126 'civicrm_price_set' => array(
127 'title' => "varchar(255)",
128 'help_pre' => "text",
129 'help_post' => "text",
130 ) ,
131 'civicrm_dashboard' => array(
132 'label' => "varchar(255)",
133 ) ,
134 'civicrm_uf_group' => array(
135 'title' => "varchar(64)",
136 'help_pre' => "text",
137 'help_post' => "text",
138 ) ,
139 'civicrm_uf_field' => array(
140 'help_post' => "text",
141 'help_pre' => "text",
142 'label' => "varchar(255)",
143 ) ,
144 'civicrm_price_field' => array(
145 'label' => "varchar(255)",
146 'help_pre' => "text",
147 'help_post' => "text",
148 ) ,
149 'civicrm_price_field_value' => array(
150 'label' => "varchar(255)",
151 'description' => "text",
152 ) ,
153 'civicrm_pcp_block' => array(
154 'link_text' => "varchar(255)",
155 ) ,
156 'civicrm_event' => array(
157 'title' => "varchar(255)",
158 'summary' => "text",
159 'description' => "text",
160 'registration_link_text' => "varchar(255)",
161 'event_full_text' => "text",
162 'fee_label' => "varchar(255)",
163 'intro_text' => "text",
164 'footer_text' => "text",
165 'confirm_title' => "varchar(255)",
166 'confirm_text' => "text",
167 'confirm_footer_text' => "text",
168 'confirm_email_text' => "text",
169 'confirm_from_name' => "varchar(255)",
170 'thankyou_title' => "varchar(255)",
171 'thankyou_text' => "text",
172 'thankyou_footer_text' => "text",
173 'pay_later_text' => "text",
174 'pay_later_receipt' => "text",
175 'initial_amount_label' => "varchar(255)",
176 'initial_amount_help_text' => "text",
177 'waitlist_text' => "text",
178 'approval_req_text' => "text",
179 'template_title' => "varchar(255)",
180 ) ,
181 );
182 }
183 return $result;
184 }
185 static function &indices()
186 {
187 static $result = null;
188 if (!$result) {
189 $result = array(
190 'civicrm_custom_group' => array(
191 'UI_title_extends' => array(
192 'name' => 'UI_title_extends',
193 'field' => array(
194 'title',
195 'extends',
196 ) ,
197 'unique' => 1,
198 ) ,
199 ) ,
200 'civicrm_custom_field' => array(
201 'UI_label_custom_group_id' => array(
202 'name' => 'UI_label_custom_group_id',
203 'field' => array(
204 'label',
205 'custom_group_id',
206 ) ,
207 'unique' => 1,
208 ) ,
209 ) ,
210 'civicrm_group' => array(
211 'UI_title' => array(
212 'name' => 'UI_title',
213 'field' => array(
214 'title',
215 ) ,
216 'unique' => 1,
217 ) ,
218 ) ,
219 );
220 }
221 return $result;
222 }
223 static function &tables()
224 {
225 static $result = null;
226 if (!$result) {
227 $result = array_keys(self::columns());
228 }
229 return $result;
230 }
231 }