Project

General

Profile

« Previous | Next » 

Revision 11025

schemas/VegCore/VegCore.ERD.mwb: taxon_observation: draw inheritance connector to event to clarify what table this inherits from. reobservable.original_observation: renamed to orig_observation to match the naming convention of specimen.orig_collection. table relationships legend: updated "inherits from record" label to refer to the traceable table, which now serves this purpose.

View differences:

schemas/VegCore/VegCore.pg.sql
747 747
/*!40101 SET character_set_client = utf8 */;
748 748
CREATE TABLE "reobservable" (
749 749
  "id" text NOT NULL,
750
  "original_observation" text DEFAULT NULL,
750
  "orig_observation" text DEFAULT NULL,
751 751
  PRIMARY KEY ("id"),
752
  /*KEY "fk_reobservable_taxon_determination1_idx" ("original_observation")*/CHECK (true),
753
  /*CONSTRAINT "fk_reobservable_taxon_determination1" FOREIGN KEY ("original_observation") REFERENCES "taxon_observation" ("id") ON DELETE CASCADE ON UPDATE CASCADE*/CHECK (true),
752
  /*KEY "fk_reobservable_taxon_determination1_idx" ("orig_observation")*/CHECK (true),
753
  /*CONSTRAINT "fk_reobservable_taxon_determination1" FOREIGN KEY ("orig_observation") REFERENCES "taxon_observation" ("id") ON DELETE CASCADE ON UPDATE CASCADE*/CHECK (true),
754 754
  /*CONSTRAINT "fk_reobservable_taxon_occurrence1" FOREIGN KEY ("id") REFERENCES "taxon_occurrence" ("id") ON DELETE CASCADE ON UPDATE CASCADE*/CHECK (true)
755 755
) /*ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin COMMENT='Any entity on which [[VegCore#TaxonDetermination|TaxonDetermination]]s can be made'*/;
756 756
/*!40101 SET character_set_client = @saved_cs_client */;
schemas/VegCore/document.mwb.xml
2 2
<data grt_format="2.0" document_type="MySQL Workbench Model" version="1.4.4">
3 3
  <value type="object" struct-name="workbench.Document" id="DD51DD12-152C-46FD-90D9-84EB5F9F500F" struct-checksum="0x7131bf99">
4 4
    <value type="object" struct-name="workbench.logical.Model" id="9FB30CD5-3D20-4492-935C-7986A48D7820" struct-checksum="0xf4220370" key="logicalModel">
5
      <value _ptr_="0xb4804e0" type="list" content-type="object" content-struct-name="workbench.logical.Diagram" key="diagrams"/>
6
      <value _ptr_="0xb478be0" type="dict" key="customData"/>
7
      <value _ptr_="0xb4807b0" type="list" content-type="object" content-struct-name="model.Marker" key="markers"/>
8
      <value _ptr_="0xb47ce70" type="dict" key="options"/>
5
      <value _ptr_="0xae8bbf8" type="list" content-type="object" content-struct-name="workbench.logical.Diagram" key="diagrams"/>
6
      <value _ptr_="0xae84330" type="dict" key="customData"/>
7
      <value _ptr_="0xae8bed8" type="list" content-type="object" content-struct-name="model.Marker" key="markers"/>
8
      <value _ptr_="0xae885a0" type="dict" key="options"/>
9 9
      <value type="string" key="name"></value>
10 10
      <link type="object" struct-name="GrtObject" key="owner">DD51DD12-152C-46FD-90D9-84EB5F9F500F</link>
11 11
    </value>
12
    <value _ptr_="0xaa28d20" type="list" content-type="object" content-struct-name="workbench.OverviewPanel" key="overviewPanels"/>
13
    <value _ptr_="0xb480458" type="list" content-type="object" content-struct-name="workbench.physical.Model" key="physicalModels">
12
    <value _ptr_="0xa35c738" type="list" content-type="object" content-struct-name="workbench.OverviewPanel" key="overviewPanels"/>
13
    <value _ptr_="0xae8bb70" type="list" content-type="object" content-struct-name="workbench.physical.Model" key="physicalModels">
14 14
      <value type="object" struct-name="workbench.physical.Model" id="257B05AA-CE39-49DE-9522-6B703F985F32" struct-checksum="0x5f896d18">
15 15
        <value type="object" struct-name="db.mysql.Catalog" id="42266085-54CC-4441-8553-68BBE0286A05" struct-checksum="0x82ad3466" key="catalog">
16
          <value _ptr_="0xb4815b8" type="list" content-type="object" content-struct-name="db.mysql.LogFileGroup" key="logFileGroups"/>
17
          <value _ptr_="0xb481630" type="list" content-type="object" content-struct-name="db.mysql.Schema" key="schemata">
16
          <value _ptr_="0xae8cd00" type="list" content-type="object" content-struct-name="db.mysql.LogFileGroup" key="logFileGroups"/>
17
          <value _ptr_="0xae8cd78" type="list" content-type="object" content-struct-name="db.mysql.Schema" key="schemata">
18 18
            <value type="object" struct-name="db.mysql.Schema" id="be8cb246-a6e0-11e2-95e9-080027bcf912" struct-checksum="0x20b94c22">
19
              <value _ptr_="0xb481850" type="list" content-type="object" content-struct-name="db.mysql.RoutineGroup" key="routineGroups"/>
20
              <value _ptr_="0xb481c38" type="list" content-type="object" content-struct-name="db.mysql.Routine" key="routines"/>
21
              <value _ptr_="0xb481c68" type="list" content-type="object" content-struct-name="db.mysql.Sequence" key="sequences"/>
22
              <value _ptr_="0xb481cc0" type="list" content-type="object" content-struct-name="db.mysql.StructuredDatatype" key="structuredTypes"/>
23
              <value _ptr_="0xb481cf0" type="list" content-type="object" content-struct-name="db.mysql.Synonym" key="synonyms"/>
24
              <value _ptr_="0xb481d20" type="list" content-type="object" content-struct-name="db.mysql.Table" key="tables">
19
              <value _ptr_="0xae8cf98" type="list" content-type="object" content-struct-name="db.mysql.RoutineGroup" key="routineGroups"/>
20
              <value _ptr_="0xae8d380" type="list" content-type="object" content-struct-name="db.mysql.Routine" key="routines"/>
21
              <value _ptr_="0xae8d3b0" type="list" content-type="object" content-struct-name="db.mysql.Sequence" key="sequences"/>
22
              <value _ptr_="0xae8d408" type="list" content-type="object" content-struct-name="db.mysql.StructuredDatatype" key="structuredTypes"/>
23
              <value _ptr_="0xae8d438" type="list" content-type="object" content-struct-name="db.mysql.Synonym" key="synonyms"/>
24
              <value _ptr_="0xae8d468" type="list" content-type="object" content-struct-name="db.mysql.Table" key="tables">
25 25
                <value type="object" struct-name="db.mysql.Table" id="be8fe70e-a6e0-11e2-95e9-080027bcf912" struct-checksum="0x1a403946">
26 26
                  <value type="string" key="avgRowLength"></value>
27 27
                  <value type="int" key="checksum">0</value>
28
                  <value _ptr_="0xb481e98" type="list" content-type="object" content-struct-name="db.mysql.Column" key="columns">
28
                  <value _ptr_="0xae8d5e0" type="list" content-type="object" content-struct-name="db.mysql.Column" key="columns">
29 29
                    <value type="object" struct-name="db.mysql.Column" id="be8fe97a-a6e0-11e2-95e9-080027bcf912" struct-checksum="0x783b5183">
30 30
                      <value type="int" key="autoIncrement">0</value>
31 31
                      <value type="string" key="characterSetName"></value>
32
                      <value _ptr_="0xb482630" type="list" content-type="object" content-struct-name="db.CheckConstraint" key="checks"/>
32
                      <value _ptr_="0xae8dd78" type="list" content-type="object" content-struct-name="db.CheckConstraint" key="checks"/>
33 33
                      <value type="string" key="collationName"></value>
34 34
                      <value type="string" key="datatypeExplicitParams"></value>
35 35
                      <value type="string" key="defaultValue"></value>
36 36
                      <value type="int" key="defaultValueIsNull">0</value>
37
                      <value _ptr_="0xb482958" type="list" content-type="string" key="flags"/>
37
                      <value _ptr_="0xae8e0a0" type="list" content-type="string" key="flags"/>
38 38
                      <value type="int" key="isNotNull">1</value>
39 39
                      <value type="int" key="length">767</value>
40 40
                      <value type="int" key="precision">-1</value>
......
48 48
                    <value type="object" struct-name="db.mysql.Column" id="8222d06e-1e00-11e3-9d67-080027bcf912" struct-checksum="0x783b5183">
49 49
                      <value type="int" key="autoIncrement">0</value>
50 50
                      <value type="string" key="characterSetName"></value>
51
                      <value _ptr_="0xc67df28" type="list" content-type="object" content-struct-name="db.CheckConstraint" key="checks"/>
51
                      <value _ptr_="0xae8e1f0" type="list" content-type="object" content-struct-name="db.CheckConstraint" key="checks"/>
52 52
                      <value type="string" key="collationName"></value>
53 53
                      <value type="string" key="datatypeExplicitParams"></value>
54 54
                      <value type="string" key="defaultValue"></value>
55 55
                      <value type="int" key="defaultValueIsNull">0</value>
56
                      <value _ptr_="0xc5a4ca8" type="list" content-type="string" key="flags"/>
56
                      <value _ptr_="0xae8e518" type="list" content-type="string" key="flags"/>
57 57
                      <value type="int" key="isNotNull">1</value>
58 58
                      <value type="int" key="length">767</value>
59 59
                      <value type="int" key="precision">-1</value>
......
61 61
                      <link type="object" struct-name="db.SimpleDatatype" key="simpleType">com.mysql.rdbms.mysql.datatype.varbinary</link>
62 62
                      <value type="string" key="comment"></value>
63 63
                      <value type="string" key="name">name</value>
64
                      <value type="string" key="oldName"></value>
64
                      <value type="string" key="oldName">name</value>
65 65
                      <link type="object" struct-name="GrtObject" key="owner">be8fe70e-a6e0-11e2-95e9-080027bcf912</link>
66 66
                    </value>
67 67
                    <value type="object" struct-name="db.mysql.Column" id="e5502346-f676-11e2-9716-080027bcf912" struct-checksum="0x783b5183">
68 68
                      <value type="int" key="autoIncrement">0</value>
69 69
                      <value type="string" key="characterSetName"></value>
70
                      <value _ptr_="0xb482aa8" type="list" content-type="object" content-struct-name="db.CheckConstraint" key="checks"/>
70
                      <value _ptr_="0xae8e668" type="list" content-type="object" content-struct-name="db.CheckConstraint" key="checks"/>
71 71
                      <value type="string" key="collationName"></value>
72 72
                      <value type="string" key="datatypeExplicitParams"></value>
73 73
                      <value type="string" key="defaultValue"></value>
74 74
                      <value type="int" key="defaultValueIsNull">1</value>
75
                      <value _ptr_="0xb482dd0" type="list" content-type="string" key="flags"/>
75
                      <value _ptr_="0xae8e990" type="list" content-type="string" key="flags"/>
76 76
                      <value type="int" key="isNotNull">0</value>
77 77
                      <value type="int" key="length">767</value>
78 78
                      <value type="int" key="precision">-1</value>
......
86 86
                    <value type="object" struct-name="db.mysql.Column" id="c8868c00-a793-11e2-84c3-080027bcf912" struct-checksum="0x783b5183">
87 87
                      <value type="int" key="autoIncrement">0</value>
88 88
                      <value type="string" key="characterSetName"></value>
89
                      <value _ptr_="0xb482f20" type="list" content-type="object" content-struct-name="db.CheckConstraint" key="checks"/>
89
                      <value _ptr_="0xae8eae0" type="list" content-type="object" content-struct-name="db.CheckConstraint" key="checks"/>
90 90
                      <value type="string" key="collationName"></value>
91 91
                      <value type="string" key="datatypeExplicitParams">('hstore')</value>
92 92
                      <value type="string" key="defaultValue"></value>
93 93
                      <value type="int" key="defaultValueIsNull">0</value>
94
                      <value _ptr_="0xb483248" type="list" content-type="string" key="flags"/>
94
                      <value _ptr_="0xae8ee08" type="list" content-type="string" key="flags"/>
95 95
                      <value type="int" key="isNotNull">0</value>
96 96
                      <value type="int" key="length">-1</value>
97 97
                      <value type="int" key="precision">-1</value>
......
107 107
                  <value type="string" key="defaultCharacterSetName">utf8</value>
108 108
                  <value type="string" key="defaultCollationName">utf8_bin</value>
109 109
                  <value type="int" key="delayKeyWrite">0</value>
110
                  <value _ptr_="0xb4823d0" type="list" content-type="object" content-struct-name="db.mysql.ForeignKey" key="foreignKeys">
110
                  <value _ptr_="0xae8db18" type="list" content-type="object" content-struct-name="db.mysql.ForeignKey" key="foreignKeys">
111 111
                    <value type="object" struct-name="db.mysql.ForeignKey" id="e550209e-f676-11e2-9716-080027bcf912" struct-checksum="0x70a8fc40">
112 112
                      <link type="object" struct-name="db.mysql.Table" key="referencedTable">049df920-a91b-11e2-bdec-080027bcf912</link>
113
                      <value _ptr_="0xb4833c0" type="list" content-type="object" content-struct-name="db.Column" key="columns">
113
                      <value _ptr_="0xae8ef80" type="list" content-type="object" content-struct-name="db.Column" key="columns">
114 114
                        <link type="object">e5502346-f676-11e2-9716-080027bcf912</link>
115 115
                      </value>
116 116
                      <value type="int" key="deferability">0</value>
......
120 120
                      <value type="int" key="many">1</value>
121 121
                      <value type="int" key="modelOnly">0</value>
122 122
                      <link type="object" struct-name="db.Table" key="owner">be8fe70e-a6e0-11e2-95e9-080027bcf912</link>
123
                      <value _ptr_="0xb4836b0" type="list" content-type="object" content-struct-name="db.Column" key="referencedColumns">
123
                      <value _ptr_="0xae8f270" type="list" content-type="object" content-struct-name="db.Column" key="referencedColumns">
124 124
                        <link type="object">049dfc5e-a91b-11e2-bdec-080027bcf912</link>
125 125
                      </value>
126 126
                      <value type="int" key="referencedMandatory">0</value>
......
131 131
                    </value>
132 132
                    <value type="object" struct-name="db.mysql.ForeignKey" id="be8fee8e-a6e0-11e2-95e9-080027bcf912" struct-checksum="0x70a8fc40">
133 133
                      <link type="object" struct-name="db.mysql.Table" key="referencedTable">be8cd56e-a6e0-11e2-95e9-080027bcf912</link>
134
                      <value _ptr_="0xb483720" type="list" content-type="object" content-struct-name="db.Column" key="columns">
134
                      <value _ptr_="0xae8f2e0" type="list" content-type="object" content-struct-name="db.Column" key="columns">
135 135
                        <link type="object">be8fe97a-a6e0-11e2-95e9-080027bcf912</link>
136 136
                      </value>
137 137
                      <value type="int" key="deferability">0</value>
......
141 141
                      <value type="int" key="many">0</value>
142 142
                      <value type="int" key="modelOnly">0</value>
143 143
                      <link type="object" struct-name="db.Table" key="owner">be8fe70e-a6e0-11e2-95e9-080027bcf912</link>
144
                      <value _ptr_="0xb483a10" type="list" content-type="object" content-struct-name="db.Column" key="referencedColumns">
144
                      <value _ptr_="0xae8f5d0" type="list" content-type="object" content-struct-name="db.Column" key="referencedColumns">
145 145
                        <link type="object">be8cd7b2-a6e0-11e2-95e9-080027bcf912</link>
146 146
                      </value>
147 147
                      <value type="int" key="referencedMandatory">1</value>
......
151 151
                      <value type="string" key="oldName">fk_collection_source10</value>
152 152
                    </value>
153 153
                  </value>
154
                  <value _ptr_="0xb482400" type="list" content-type="object" content-struct-name="db.mysql.Index" key="indices">
154
                  <value _ptr_="0xae8db48" type="list" content-type="object" content-struct-name="db.mysql.Index" key="indices">
155 155
                    <value type="object" struct-name="db.mysql.Index" id="be8feb50-a6e0-11e2-95e9-080027bcf912" struct-checksum="0x309b847a">
156
                      <value _ptr_="0xb483a80" type="list" content-type="object" content-struct-name="db.mysql.IndexColumn" key="columns">
156
                      <value _ptr_="0xae8f640" type="list" content-type="object" content-struct-name="db.mysql.IndexColumn" key="columns">
157 157
                        <value type="object" struct-name="db.mysql.IndexColumn" id="c37e8388-ac44-11e2-820d-080027bcf912" struct-checksum="0x62630b3c">
158 158
                          <value type="int" key="columnLength">0</value>
159 159
                          <value type="string" key="comment"></value>
......
176 176
                      <link type="object" struct-name="GrtObject" key="owner">be8fe70e-a6e0-11e2-95e9-080027bcf912</link>
177 177
                    </value>
178 178
                    <value type="object" struct-name="db.mysql.Index" id="e550389a-f676-11e2-9716-080027bcf912" struct-checksum="0x309b847a">
179
                      <value _ptr_="0xb483de8" type="list" content-type="object" content-struct-name="db.mysql.IndexColumn" key="columns">
179
                      <value _ptr_="0xae8f9a8" type="list" content-type="object" content-struct-name="db.mysql.IndexColumn" key="columns">
180 180
                        <value type="object" struct-name="db.mysql.IndexColumn" id="e5503a2a-f676-11e2-9716-080027bcf912" struct-checksum="0x62630b3c">
181 181
                          <value type="int" key="columnLength">0</value>
182 182
                          <value type="string" key="comment"></value>
......
199 199
                      <link type="object" struct-name="GrtObject" key="owner">be8fe70e-a6e0-11e2-95e9-080027bcf912</link>
200 200
                    </value>
201 201
                    <value type="object" struct-name="db.mysql.Index" id="96b8693a-1e00-11e3-9d67-080027bcf912" struct-checksum="0x309b847a">
202
                      <value _ptr_="0xc71fc48" type="list" content-type="object" content-struct-name="db.mysql.IndexColumn" key="columns">
202
                      <value _ptr_="0xae8ffd8" type="list" content-type="object" content-struct-name="db.mysql.IndexColumn" key="columns">
203 203
                        <value type="object" struct-name="db.mysql.IndexColumn" id="9d7d0032-1e00-11e3-9d67-080027bcf912" struct-checksum="0x62630b3c">
204 204
                          <value type="int" key="columnLength">0</value>
205 205
                          <value type="string" key="comment"></value>
......
226 226
                      <value type="int" key="isPrimary">0</value>
227 227
                      <value type="string" key="name">party_unique</value>
228 228
                      <value type="int" key="unique">0</value>
229
                      <value type="string" key="oldName"></value>
229
                      <value type="string" key="oldName">party_unique</value>
230 230
                      <link type="object" struct-name="GrtObject" key="owner">be8fe70e-a6e0-11e2-95e9-080027bcf912</link>
231 231
                    </value>
232 232
                  </value>
......
237 237
                  <value type="string" key="nextAutoInc"></value>
238 238
                  <value type="string" key="packKeys"></value>
239 239
                  <value type="int" key="partitionCount">0</value>
240
                  <value _ptr_="0xb482490" type="list" content-type="object" content-struct-name="db.mysql.PartitionDefinition" key="partitionDefinitions"/>
240
                  <value _ptr_="0xae8dbd8" type="list" content-type="object" content-struct-name="db.mysql.PartitionDefinition" key="partitionDefinitions"/>
241 241
                  <value type="string" key="partitionExpression"></value>
242 242
                  <value type="string" key="partitionType"></value>
243 243
                  <value type="string" key="password"></value>
......
252 252
                  <value type="string" key="tableDataDir"></value>
253 253
                  <value type="string" key="tableEngine">InnoDB</value>
254 254
                  <value type="string" key="tableIndexDir"></value>
255
                  <value _ptr_="0xb482430" type="list" content-type="object" content-struct-name="db.mysql.Trigger" key="triggers"/>
255
                  <value _ptr_="0xae8db78" type="list" content-type="object" content-struct-name="db.mysql.Trigger" key="triggers"/>
256 256
                  <value type="int" key="isStub">0</value>
257 257
                  <value type="int" key="isSystem">0</value>
258 258
                  <value type="int" key="isTemporary">0</value>
259 259
                  <value type="string" key="temporaryScope"></value>
260 260
                  <value type="int" key="commentedOut">0</value>
261 261
                  <value type="string" key="createDate">2013-04-16 14:58</value>
262
                  <value _ptr_="0xaa5b090" type="dict" key="customData"/>
262
                  <value _ptr_="0xa453240" type="dict" key="customData"/>
263 263
                  <value type="string" key="lastChangeDate">2013-09-15 05:16</value>
264 264
                  <value type="int" key="modelOnly">0</value>
265 265
                  <value type="string" key="name">party</value>
......
271 271
                <value type="object" struct-name="db.mysql.Table" id="be8cc04c-a6e0-11e2-95e9-080027bcf912" struct-checksum="0x1a403946">
272 272
                  <value type="string" key="avgRowLength"></value>
273 273
                  <value type="int" key="checksum">0</value>
274
                  <value _ptr_="0xb484418" type="list" content-type="object" content-struct-name="db.mysql.Column" key="columns">
274
                  <value _ptr_="0xae90608" type="list" content-type="object" content-struct-name="db.mysql.Column" key="columns">
275 275
                    <value type="object" struct-name="db.mysql.Column" id="be8cc362-a6e0-11e2-95e9-080027bcf912" struct-checksum="0x783b5183">
276 276
                      <value type="int" key="autoIncrement">0</value>
277 277
                      <value type="string" key="characterSetName"></value>
278
                      <value _ptr_="0xb484e20" type="list" content-type="object" content-struct-name="db.CheckConstraint" key="checks"/>
278
                      <value _ptr_="0xae912f0" type="list" content-type="object" content-struct-name="db.CheckConstraint" key="checks"/>
279 279
                      <value type="string" key="collationName"></value>
280 280
                      <value type="string" key="datatypeExplicitParams"></value>
281 281
                      <value type="string" key="defaultValue"></value>
282 282
                      <value type="int" key="defaultValueIsNull">0</value>
283
                      <value _ptr_="0xb485148" type="list" content-type="string" key="flags"/>
283
                      <value _ptr_="0xae91618" type="list" content-type="string" key="flags"/>
284 284
                      <value type="int" key="isNotNull">1</value>
285 285
                      <value type="int" key="length">767</value>
286 286
                      <value type="int" key="precision">-1</value>
......
294 294
                    <value type="object" struct-name="db.mysql.Column" id="c7c1e862-a91b-11e2-bdec-080027bcf912" struct-checksum="0x783b5183">
295 295
                      <value type="int" key="autoIncrement">0</value>
296 296
                      <value type="string" key="characterSetName"></value>
297
                      <value _ptr_="0xb485298" type="list" content-type="object" content-struct-name="db.CheckConstraint" key="checks"/>
297
                      <value _ptr_="0xae91768" type="list" content-type="object" content-struct-name="db.CheckConstraint" key="checks"/>
298 298
                      <value type="string" key="collationName"></value>
299 299
                      <value type="string" key="datatypeExplicitParams"></value>
300 300
                      <value type="string" key="defaultValue"></value>
301 301
                      <value type="int" key="defaultValueIsNull">1</value>
302
                      <value _ptr_="0xb4855c0" type="list" content-type="string" key="flags"/>
302
                      <value _ptr_="0xae91a90" type="list" content-type="string" key="flags"/>
303 303
                      <value type="int" key="isNotNull">0</value>
304 304
                      <value type="int" key="length">767</value>
305 305
                      <value type="int" key="precision">-1</value>
......
313 313
                    <value type="object" struct-name="db.mysql.Column" id="c8552b14-a7bc-11e2-8af2-080027bcf912" struct-checksum="0x783b5183">
314 314
                      <value type="int" key="autoIncrement">0</value>
315 315
                      <value type="string" key="characterSetName"></value>
316
                      <value _ptr_="0xb485710" type="list" content-type="object" content-struct-name="db.CheckConstraint" key="checks"/>
316
                      <value _ptr_="0xae91be0" type="list" content-type="object" content-struct-name="db.CheckConstraint" key="checks"/>
317 317
                      <value type="string" key="collationName"></value>
318 318
                      <value type="string" key="datatypeExplicitParams"></value>
319 319
                      <value type="string" key="defaultValue"></value>
320 320
                      <value type="int" key="defaultValueIsNull">1</value>
321
                      <value _ptr_="0xb485a38" type="list" content-type="string" key="flags"/>
321
                      <value _ptr_="0xae91f08" type="list" content-type="string" key="flags"/>
322 322
                      <value type="int" key="isNotNull">0</value>
323 323
                      <value type="int" key="length">767</value>
324 324
                      <value type="int" key="precision">-1</value>
......
332 332
                    <value type="object" struct-name="db.mysql.Column" id="873d473c-1df1-11e3-bbb6-080027bcf912" struct-checksum="0x783b5183">
333 333
                      <value type="int" key="autoIncrement">0</value>
334 334
                      <value type="string" key="characterSetName"></value>
335
                      <value _ptr_="0xb485b88" type="list" content-type="object" content-struct-name="db.CheckConstraint" key="checks"/>
335
                      <value _ptr_="0xae92058" type="list" content-type="object" content-struct-name="db.CheckConstraint" key="checks"/>
336 336
                      <value type="string" key="collationName"></value>
337 337
                      <value type="string" key="datatypeExplicitParams"></value>
338 338
                      <value type="string" key="defaultValue"></value>
339 339
                      <value type="int" key="defaultValueIsNull">1</value>
340
                      <value _ptr_="0xb485eb0" type="list" content-type="string" key="flags"/>
340
                      <value _ptr_="0xae92380" type="list" content-type="string" key="flags"/>
341 341
                      <value type="int" key="isNotNull">0</value>
342 342
                      <value type="int" key="length">767</value>
343 343
                      <value type="int" key="precision">-1</value>
......
351 351
                    <value type="object" struct-name="db.mysql.Column" id="e5155806-a793-11e2-84c3-080027bcf912" struct-checksum="0x783b5183">
352 352
                      <value type="int" key="autoIncrement">0</value>
353 353
                      <value type="string" key="characterSetName"></value>
354
                      <value _ptr_="0xb486000" type="list" content-type="object" content-struct-name="db.CheckConstraint" key="checks"/>
354
                      <value _ptr_="0xae924d0" type="list" content-type="object" content-struct-name="db.CheckConstraint" key="checks"/>
355 355
                      <value type="string" key="collationName"></value>
356 356
                      <value type="string" key="datatypeExplicitParams">('hstore')</value>
357 357
                      <value type="string" key="defaultValue"></value>
358 358
                      <value type="int" key="defaultValueIsNull">0</value>
359
                      <value _ptr_="0xb486328" type="list" content-type="string" key="flags"/>
359
                      <value _ptr_="0xae927f8" type="list" content-type="string" key="flags"/>
360 360
                      <value type="int" key="isNotNull">0</value>
361 361
                      <value type="int" key="length">-1</value>
362 362
                      <value type="int" key="precision">-1</value>
......
372 372
                  <value type="string" key="defaultCharacterSetName">utf8</value>
373 373
                  <value type="string" key="defaultCollationName">utf8_bin</value>
374 374
                  <value type="int" key="delayKeyWrite">0</value>
375
                  <value _ptr_="0xb484bc0" type="list" content-type="object" content-struct-name="db.mysql.ForeignKey" key="foreignKeys">
375
                  <value _ptr_="0xae91090" type="list" content-type="object" content-struct-name="db.mysql.ForeignKey" key="foreignKeys">
376 376
                    <value type="object" struct-name="db.mysql.ForeignKey" id="c7c1e6aa-a91b-11e2-bdec-080027bcf912" struct-checksum="0x70a8fc40">
377 377
                      <link type="object" struct-name="db.mysql.Table" key="referencedTable">be8fe70e-a6e0-11e2-95e9-080027bcf912</link>
378
                      <value _ptr_="0xb4864a0" type="list" content-type="object" content-struct-name="db.Column" key="columns">
378
                      <value _ptr_="0xae92970" type="list" content-type="object" content-struct-name="db.Column" key="columns">
379 379
                        <link type="object">c7c1e862-a91b-11e2-bdec-080027bcf912</link>
380 380
                      </value>
381 381
                      <value type="int" key="deferability">0</value>
......
385 385
                      <value type="int" key="many">1</value>
386 386
                      <value type="int" key="modelOnly">0</value>
387 387
                      <link type="object" struct-name="db.Table" key="owner">be8cc04c-a6e0-11e2-95e9-080027bcf912</link>
388
                      <value _ptr_="0xb486790" type="list" content-type="object" content-struct-name="db.Column" key="referencedColumns">
388
                      <value _ptr_="0xae92c60" type="list" content-type="object" content-struct-name="db.Column" key="referencedColumns">
389 389
                        <link type="object">be8fe97a-a6e0-11e2-95e9-080027bcf912</link>
390 390
                      </value>
391 391
                      <value type="int" key="referencedMandatory">0</value>
......
396 396
                    </value>
397 397
                    <value type="object" struct-name="db.mysql.ForeignKey" id="61c193a8-1dee-11e3-b571-080027bcf912" struct-checksum="0x70a8fc40">
398 398
                      <link type="object" struct-name="db.mysql.Table" key="referencedTable">4001ec92-f678-11e2-9716-080027bcf912</link>
399
                      <value _ptr_="0xb486800" type="list" content-type="object" content-struct-name="db.Column" key="columns">
399
                      <value _ptr_="0xae92cd0" type="list" content-type="object" content-struct-name="db.Column" key="columns">
400 400
                        <link type="object">c8552b14-a7bc-11e2-8af2-080027bcf912</link>
401 401
                      </value>
402 402
                      <value type="int" key="deferability">0</value>
......
406 406
                      <value type="int" key="many">1</value>
407 407
                      <value type="int" key="modelOnly">0</value>
408 408
                      <link type="object" struct-name="db.Table" key="owner">be8cc04c-a6e0-11e2-95e9-080027bcf912</link>
409
                      <value _ptr_="0xb486af0" type="list" content-type="object" content-struct-name="db.Column" key="referencedColumns">
409
                      <value _ptr_="0xae92fc0" type="list" content-type="object" content-struct-name="db.Column" key="referencedColumns">
410 410
                        <link type="object">4001ef9e-f678-11e2-9716-080027bcf912</link>
411 411
                      </value>
412 412
                      <value type="int" key="referencedMandatory">0</value>
......
417 417
                    </value>
418 418
                    <value type="object" struct-name="db.mysql.ForeignKey" id="873d44bc-1df1-11e3-bbb6-080027bcf912" struct-checksum="0x70a8fc40">
419 419
                      <link type="object" struct-name="db.mysql.Table" key="referencedTable">4001ec92-f678-11e2-9716-080027bcf912</link>
420
                      <value _ptr_="0xb486b60" type="list" content-type="object" content-struct-name="db.Column" key="columns">
420
                      <value _ptr_="0xae93030" type="list" content-type="object" content-struct-name="db.Column" key="columns">
421 421
                        <link type="object">873d473c-1df1-11e3-bbb6-080027bcf912</link>
422 422
                      </value>
423 423
                      <value type="int" key="deferability">0</value>
......
427 427
                      <value type="int" key="many">1</value>
428 428
                      <value type="int" key="modelOnly">0</value>
429 429
                      <link type="object" struct-name="db.Table" key="owner">be8cc04c-a6e0-11e2-95e9-080027bcf912</link>
430
                      <value _ptr_="0xb486e50" type="list" content-type="object" content-struct-name="db.Column" key="referencedColumns">
430
                      <value _ptr_="0xae93320" type="list" content-type="object" content-struct-name="db.Column" key="referencedColumns">
431 431
                        <link type="object">4001ef9e-f678-11e2-9716-080027bcf912</link>
432 432
                      </value>
433 433
                      <value type="int" key="referencedMandatory">0</value>
......
438 438
                    </value>
439 439
                    <value type="object" struct-name="db.mysql.ForeignKey" id="7e2aa84c-1dfb-11e3-bbb6-080027bcf912" struct-checksum="0x70a8fc40">
440 440
                      <link type="object" struct-name="db.mysql.Table" key="referencedTable">afc401d4-1df9-11e3-bbb6-080027bcf912</link>
441
                      <value _ptr_="0xb486ec0" type="list" content-type="object" content-struct-name="db.Column" key="columns">
441
                      <value _ptr_="0xae93390" type="list" content-type="object" content-struct-name="db.Column" key="columns">
442 442
                        <link type="object">be8cc362-a6e0-11e2-95e9-080027bcf912</link>
443 443
                      </value>
444 444
                      <value type="int" key="deferability">0</value>
......
447 447
                      <value type="int" key="many">0</value>
448 448
                      <value type="int" key="modelOnly">0</value>
449 449
                      <link type="object" struct-name="db.Table" key="owner">be8cc04c-a6e0-11e2-95e9-080027bcf912</link>
450
                      <value _ptr_="0xb4871b0" type="list" content-type="object" content-struct-name="db.Column" key="referencedColumns">
450
                      <value _ptr_="0xae93680" type="list" content-type="object" content-struct-name="db.Column" key="referencedColumns">
451 451
                        <link type="object">afc4053a-1df9-11e3-bbb6-080027bcf912</link>
452 452
                      </value>
453 453
                      <value type="int" key="referencedMandatory">1</value>
......
457 457
                      <value type="string" key="oldName">fk_dataset_source1</value>
458 458
                    </value>
459 459
                  </value>
460
                  <value _ptr_="0xb484bf0" type="list" content-type="object" content-struct-name="db.mysql.Index" key="indices">
460
                  <value _ptr_="0xae910c0" type="list" content-type="object" content-struct-name="db.mysql.Index" key="indices">
461 461
                    <value type="object" struct-name="db.mysql.Index" id="be8cc75e-a6e0-11e2-95e9-080027bcf912" struct-checksum="0x309b847a">
462
                      <value _ptr_="0xb487220" type="list" content-type="object" content-struct-name="db.mysql.IndexColumn" key="columns">
462
                      <value _ptr_="0xae936f0" type="list" content-type="object" content-struct-name="db.mysql.IndexColumn" key="columns">
463 463
                        <value type="object" struct-name="db.mysql.IndexColumn" id="be8cc970-a6e0-11e2-95e9-080027bcf912" struct-checksum="0x62630b3c">
464 464
                          <value type="int" key="columnLength">0</value>
465 465
                          <value type="string" key="comment"></value>
......
482 482
                      <link type="object" struct-name="GrtObject" key="owner">be8cc04c-a6e0-11e2-95e9-080027bcf912</link>
483 483
                    </value>
484 484
                    <value type="object" struct-name="db.mysql.Index" id="c7c2089c-a91b-11e2-bdec-080027bcf912" struct-checksum="0x309b847a">
485
                      <value _ptr_="0xb487588" type="list" content-type="object" content-struct-name="db.mysql.IndexColumn" key="columns">
485
                      <value _ptr_="0xae93a58" type="list" content-type="object" content-struct-name="db.mysql.IndexColumn" key="columns">
486 486
                        <value type="object" struct-name="db.mysql.IndexColumn" id="c7c20a4a-a91b-11e2-bdec-080027bcf912" struct-checksum="0x62630b3c">
487 487
                          <value type="int" key="columnLength">0</value>
488 488
                          <value type="string" key="comment"></value>
......
505 505
                      <link type="object" struct-name="GrtObject" key="owner">be8cc04c-a6e0-11e2-95e9-080027bcf912</link>
506 506
                    </value>
507 507
                    <value type="object" struct-name="db.mysql.Index" id="61c1b04a-1dee-11e3-b571-080027bcf912" struct-checksum="0x309b847a">
508
                      <value _ptr_="0xb487bb8" type="list" content-type="object" content-struct-name="db.mysql.IndexColumn" key="columns">
508
                      <value _ptr_="0xae94088" type="list" content-type="object" content-struct-name="db.mysql.IndexColumn" key="columns">
509 509
                        <value type="object" struct-name="db.mysql.IndexColumn" id="61c1e9d4-1dee-11e3-b571-080027bcf912" struct-checksum="0x62630b3c">
510 510
                          <value type="int" key="columnLength">0</value>
511 511
                          <value type="string" key="comment"></value>
......
528 528
                      <link type="object" struct-name="GrtObject" key="owner">be8cc04c-a6e0-11e2-95e9-080027bcf912</link>
529 529
                    </value>
530 530
                    <value type="object" struct-name="db.mysql.Index" id="d2855d46-1df2-11e3-bbb6-080027bcf912" struct-checksum="0x309b847a">
531
                      <value _ptr_="0xb4881e8" type="list" content-type="object" content-struct-name="db.mysql.IndexColumn" key="columns">
531
                      <value _ptr_="0xae946b8" type="list" content-type="object" content-struct-name="db.mysql.IndexColumn" key="columns">
532 532
                        <value type="object" struct-name="db.mysql.IndexColumn" id="d2867b72-1df2-11e3-bbb6-080027bcf912" struct-checksum="0x62630b3c">
533 533
                          <value type="int" key="columnLength">0</value>
534 534
                          <value type="string" key="comment"></value>
......
558 558
                  <value type="string" key="nextAutoInc"></value>
559 559
                  <value type="string" key="packKeys"></value>
560 560
                  <value type="int" key="partitionCount">0</value>
561
                  <value _ptr_="0xb484c80" type="list" content-type="object" content-struct-name="db.mysql.PartitionDefinition" key="partitionDefinitions"/>
561
                  <value _ptr_="0xae91150" type="list" content-type="object" content-struct-name="db.mysql.PartitionDefinition" key="partitionDefinitions"/>
562 562
                  <value type="string" key="partitionExpression"></value>
563 563
                  <value type="string" key="partitionType"></value>
564 564
                  <value type="string" key="password"></value>
......
573 573
                  <value type="string" key="tableDataDir"></value>
574 574
                  <value type="string" key="tableEngine">InnoDB</value>
575 575
                  <value type="string" key="tableIndexDir"></value>
576
                  <value _ptr_="0xb484c20" type="list" content-type="object" content-struct-name="db.mysql.Trigger" key="triggers"/>
576
                  <value _ptr_="0xae910f0" type="list" content-type="object" content-struct-name="db.mysql.Trigger" key="triggers"/>
577 577
                  <value type="int" key="isStub">0</value>
578 578
                  <value type="int" key="isSystem">0</value>
579 579
                  <value type="int" key="isTemporary">0</value>
580 580
                  <value type="string" key="temporaryScope"></value>
581 581
                  <value type="int" key="commentedOut">0</value>
582 582
                  <value type="string" key="createDate">2013-04-16 14:58</value>
583
                  <value _ptr_="0xb47dce0" type="dict" key="customData"/>
583
                  <value _ptr_="0xa457cd8" type="dict" key="customData"/>
584 584
                  <value type="string" key="lastChangeDate">2013-09-15 04:36</value>
585 585
                  <value type="int" key="modelOnly">0</value>
586 586
                  <value type="string" key="name">dataset</value>
......
592 592
                <value type="object" struct-name="db.mysql.Table" id="be8df962-a6e0-11e2-95e9-080027bcf912" struct-checksum="0x1a403946">
593 593
                  <value type="string" key="avgRowLength"></value>
594 594
                  <value type="int" key="checksum">0</value>
595
                  <value _ptr_="0xb488818" type="list" content-type="object" content-struct-name="db.mysql.Column" key="columns">
595
                  <value _ptr_="0xae94ce8" type="list" content-type="object" content-struct-name="db.mysql.Column" key="columns">
596 596
                    <value type="object" struct-name="db.mysql.Column" id="be8dfbf6-a6e0-11e2-95e9-080027bcf912" struct-checksum="0x783b5183">
597 597
                      <value type="int" key="autoIncrement">0</value>
598 598
                      <value type="string" key="characterSetName"></value>
599
                      <value _ptr_="0xb489220" type="list" content-type="object" content-struct-name="db.CheckConstraint" key="checks"/>
599
                      <value _ptr_="0xae956f0" type="list" content-type="object" content-struct-name="db.CheckConstraint" key="checks"/>
600 600
                      <value type="string" key="collationName"></value>
601 601
                      <value type="string" key="datatypeExplicitParams"></value>
602 602
                      <value type="string" key="defaultValue"></value>
603 603
                      <value type="int" key="defaultValueIsNull">0</value>
604
                      <value _ptr_="0xb489548" type="list" content-type="string" key="flags"/>
604
                      <value _ptr_="0xae95a18" type="list" content-type="string" key="flags"/>
605 605
                      <value type="int" key="isNotNull">1</value>
606 606
                      <value type="int" key="length">767</value>
607 607
                      <value type="int" key="precision">-1</value>
......
615 615
                    <value type="object" struct-name="db.mysql.Column" id="ed1eb468-ad0e-11e2-b309-080027bcf912" struct-checksum="0x783b5183">
616 616
                      <value type="int" key="autoIncrement">0</value>
617 617
                      <value type="string" key="characterSetName"></value>
618
                      <value _ptr_="0xb489698" type="list" content-type="object" content-struct-name="db.CheckConstraint" key="checks"/>
618
                      <value _ptr_="0xae95b68" type="list" content-type="object" content-struct-name="db.CheckConstraint" key="checks"/>
619 619
                      <value type="string" key="collationName"></value>
620 620
                      <value type="string" key="datatypeExplicitParams"></value>
621 621
                      <value type="string" key="defaultValue"></value>
622 622
                      <value type="int" key="defaultValueIsNull">0</value>
623
                      <value _ptr_="0xb4899c0" type="list" content-type="string" key="flags"/>
623
                      <value _ptr_="0xae95e90" type="list" content-type="string" key="flags"/>
624 624
                      <value type="int" key="isNotNull">1</value>
625 625
                      <value type="int" key="length">767</value>
626 626
                      <value type="int" key="precision">-1</value>
......
634 634
                    <value type="object" struct-name="db.mysql.Column" id="45a3f404-ad0f-11e2-b309-080027bcf912" struct-checksum="0x783b5183">
635 635
                      <value type="int" key="autoIncrement">0</value>
636 636
                      <value type="string" key="characterSetName"></value>
637
                      <value _ptr_="0xb489b10" type="list" content-type="object" content-struct-name="db.CheckConstraint" key="checks"/>
637
                      <value _ptr_="0xae95fe0" type="list" content-type="object" content-struct-name="db.CheckConstraint" key="checks"/>
638 638
                      <value type="string" key="collationName"></value>
639 639
                      <value type="string" key="datatypeExplicitParams"></value>
640 640
                      <value type="string" key="defaultValue"></value>
641 641
                      <value type="int" key="defaultValueIsNull">0</value>
642
                      <value _ptr_="0xb489e38" type="list" content-type="string" key="flags"/>
642
                      <value _ptr_="0xae96308" type="list" content-type="string" key="flags"/>
643 643
                      <value type="int" key="isNotNull">1</value>
644 644
                      <value type="int" key="length">767</value>
645 645
                      <value type="int" key="precision">-1</value>
......
655 655
                  <value type="string" key="defaultCharacterSetName">utf8</value>
656 656
                  <value type="string" key="defaultCollationName">utf8_bin</value>
657 657
                  <value type="int" key="delayKeyWrite">0</value>
658
                  <value _ptr_="0xb488fc0" type="list" content-type="object" content-struct-name="db.mysql.ForeignKey" key="foreignKeys">
658
                  <value _ptr_="0xae95490" type="list" content-type="object" content-struct-name="db.mysql.ForeignKey" key="foreignKeys">
659 659
                    <value type="object" struct-name="db.mysql.ForeignKey" id="be8e0240-a6e0-11e2-95e9-080027bcf912" struct-checksum="0x70a8fc40">
660 660
                      <link type="object" struct-name="db.mysql.Table" key="referencedTable">be8cd56e-a6e0-11e2-95e9-080027bcf912</link>
661
                      <value _ptr_="0xb489fb0" type="list" content-type="object" content-struct-name="db.Column" key="columns">
661
                      <value _ptr_="0xae96480" type="list" content-type="object" content-struct-name="db.Column" key="columns">
662 662
                        <link type="object">be8dfbf6-a6e0-11e2-95e9-080027bcf912</link>
663 663
                      </value>
664 664
                      <value type="int" key="deferability">0</value>
......
668 668
                      <value type="int" key="many">0</value>
669 669
                      <value type="int" key="modelOnly">0</value>
670 670
                      <link type="object" struct-name="db.Table" key="owner">be8df962-a6e0-11e2-95e9-080027bcf912</link>
671
                      <value _ptr_="0xb48a2a0" type="list" content-type="object" content-struct-name="db.Column" key="referencedColumns">
671
                      <value _ptr_="0xae96770" type="list" content-type="object" content-struct-name="db.Column" key="referencedColumns">
672 672
                        <link type="object">be8cd7b2-a6e0-11e2-95e9-080027bcf912</link>
673 673
                      </value>
674 674
                      <value type="int" key="referencedMandatory">1</value>
......
679 679
                    </value>
680 680
                    <value type="object" struct-name="db.mysql.ForeignKey" id="ed1eb2a6-ad0e-11e2-b309-080027bcf912" struct-checksum="0x70a8fc40">
681 681
                      <link type="object" struct-name="db.mysql.Table" key="referencedTable">049df920-a91b-11e2-bdec-080027bcf912</link>
682
                      <value _ptr_="0xb48a310" type="list" content-type="object" content-struct-name="db.Column" key="columns">
682
                      <value _ptr_="0xae967e0" type="list" content-type="object" content-struct-name="db.Column" key="columns">
683 683
                        <link type="object">ed1eb468-ad0e-11e2-b309-080027bcf912</link>
684 684
                      </value>
685 685
                      <value type="int" key="deferability">0</value>
......
689 689
                      <value type="int" key="many">1</value>
690 690
                      <value type="int" key="modelOnly">0</value>
691 691
                      <link type="object" struct-name="db.Table" key="owner">be8df962-a6e0-11e2-95e9-080027bcf912</link>
692
                      <value _ptr_="0xb48a600" type="list" content-type="object" content-struct-name="db.Column" key="referencedColumns">
692
                      <value _ptr_="0xae96ad0" type="list" content-type="object" content-struct-name="db.Column" key="referencedColumns">
693 693
                        <link type="object">049dfc5e-a91b-11e2-bdec-080027bcf912</link>
694 694
                      </value>
695 695
                      <value type="int" key="referencedMandatory">1</value>
......
699 699
                      <value type="string" key="oldName">fk_collection_organization1</value>
700 700
                    </value>
701 701
                  </value>
702
                  <value _ptr_="0xb488ff0" type="list" content-type="object" content-struct-name="db.mysql.Index" key="indices">
702
                  <value _ptr_="0xae954c0" type="list" content-type="object" content-struct-name="db.mysql.Index" key="indices">
703 703
                    <value type="object" struct-name="db.mysql.Index" id="ed1ec98a-ad0e-11e2-b309-080027bcf912" struct-checksum="0x309b847a">
704
                      <value _ptr_="0xb48a670" type="list" content-type="object" content-struct-name="db.mysql.IndexColumn" key="columns">
704
                      <value _ptr_="0xae96b40" type="list" content-type="object" content-struct-name="db.mysql.IndexColumn" key="columns">
705 705
                        <value type="object" struct-name="db.mysql.IndexColumn" id="ed1ecb1a-ad0e-11e2-b309-080027bcf912" struct-checksum="0x62630b3c">
706 706
                          <value type="int" key="columnLength">0</value>
707 707
                          <value type="string" key="comment"></value>
......
724 724
                      <link type="object" struct-name="GrtObject" key="owner">be8df962-a6e0-11e2-95e9-080027bcf912</link>
725 725
                    </value>
726 726
                    <value type="object" struct-name="db.mysql.Index" id="6b54505e-ad0f-11e2-b309-080027bcf912" struct-checksum="0x309b847a">
727
                      <value _ptr_="0xb48a9d8" type="list" content-type="object" content-struct-name="db.mysql.IndexColumn" key="columns">
727
                      <value _ptr_="0xae96ea8" type="list" content-type="object" content-struct-name="db.mysql.IndexColumn" key="columns">
728 728
                        <value type="object" struct-name="db.mysql.IndexColumn" id="6dd2beb0-ad0f-11e2-b309-080027bcf912" struct-checksum="0x62630b3c">
729 729
                          <value type="int" key="columnLength">0</value>
730 730
                          <value type="string" key="comment"></value>
......
755 755
                      <link type="object" struct-name="GrtObject" key="owner">be8df962-a6e0-11e2-95e9-080027bcf912</link>
756 756
                    </value>
757 757
                    <value type="object" struct-name="db.mysql.Index" id="81937b1c-ad12-11e2-b309-080027bcf912" struct-checksum="0x309b847a">
758
                      <value _ptr_="0xb48b008" type="list" content-type="object" content-struct-name="db.mysql.IndexColumn" key="columns">
758
                      <value _ptr_="0xae974d8" type="list" content-type="object" content-struct-name="db.mysql.IndexColumn" key="columns">
759 759
                        <value type="object" struct-name="db.mysql.IndexColumn" id="8194729c-ad12-11e2-b309-080027bcf912" struct-checksum="0x62630b3c">
760 760
                          <value type="int" key="columnLength">0</value>
761 761
                          <value type="string" key="comment"></value>
......
778 778
                      <link type="object" struct-name="GrtObject" key="owner">be8df962-a6e0-11e2-95e9-080027bcf912</link>
779 779
                    </value>
780 780
                    <value type="object" struct-name="db.mysql.Index" id="8ed70288-ad14-11e2-9617-080027bcf912" struct-checksum="0x309b847a">
781
                      <value _ptr_="0xb48b918" type="list" content-type="object" content-struct-name="db.mysql.IndexColumn" key="columns">
781
                      <value _ptr_="0xae97de8" type="list" content-type="object" content-struct-name="db.mysql.IndexColumn" key="columns">
782 782
                        <value type="object" struct-name="db.mysql.IndexColumn" id="8ed7a80a-ad14-11e2-9617-080027bcf912" struct-checksum="0x62630b3c">
783 783
                          <value type="int" key="columnLength">0</value>
784 784
                          <value type="string" key="comment"></value>
......
808 808
                  <value type="string" key="nextAutoInc"></value>
809 809
                  <value type="string" key="packKeys"></value>
810 810
                  <value type="int" key="partitionCount">0</value>
811
                  <value _ptr_="0xb489080" type="list" content-type="object" content-struct-name="db.mysql.PartitionDefinition" key="partitionDefinitions"/>
811
                  <value _ptr_="0xae95550" type="list" content-type="object" content-struct-name="db.mysql.PartitionDefinition" key="partitionDefinitions"/>
812 812
                  <value type="string" key="partitionExpression"></value>
813 813
                  <value type="string" key="partitionType"></value>
814 814
                  <value type="string" key="password"></value>
......
823 823
                  <value type="string" key="tableDataDir"></value>
824 824
                  <value type="string" key="tableEngine">InnoDB</value>
825 825
                  <value type="string" key="tableIndexDir"></value>
826
                  <value _ptr_="0xb489020" type="list" content-type="object" content-struct-name="db.mysql.Trigger" key="triggers"/>
826
                  <value _ptr_="0xae954f0" type="list" content-type="object" content-struct-name="db.mysql.Trigger" key="triggers"/>
827 827
                  <value type="int" key="isStub">0</value>
828 828
                  <value type="int" key="isSystem">0</value>
829 829
                  <value type="int" key="isTemporary">0</value>
830 830
                  <value type="string" key="temporaryScope"></value>
831 831
                  <value type="int" key="commentedOut">0</value>
832 832
                  <value type="string" key="createDate">2013-04-16 14:58</value>
833
                  <value _ptr_="0xb47a6e8" type="dict" key="customData"/>
833
                  <value _ptr_="0xae86010" type="dict" key="customData"/>
834 834
                  <value type="string" key="lastChangeDate">2013-04-24 14:34</value>
835 835
                  <value type="int" key="modelOnly">0</value>
836 836
                  <value type="string" key="name">collection</value>
......
842 842
                <value type="object" struct-name="db.mysql.Table" id="687f12b8-a780-11e2-afd5-080027bcf912" struct-checksum="0x1a403946">
843 843
                  <value type="string" key="avgRowLength"></value>
844 844
                  <value type="int" key="checksum">0</value>
845
                  <value _ptr_="0xb48bf48" type="list" content-type="object" content-struct-name="db.mysql.Column" key="columns">
845
                  <value _ptr_="0xae98418" type="list" content-type="object" content-struct-name="db.mysql.Column" key="columns">
846 846
                    <value type="object" struct-name="db.mysql.Column" id="687f1542-a780-11e2-afd5-080027bcf912" struct-checksum="0x783b5183">
847 847
                      <value type="int" key="autoIncrement">0</value>
848 848
                      <value type="string" key="characterSetName"></value>
849
                      <value _ptr_="0xb48c950" type="list" content-type="object" content-struct-name="db.CheckConstraint" key="checks"/>
849
                      <value _ptr_="0xae98e20" type="list" content-type="object" content-struct-name="db.CheckConstraint" key="checks"/>
850 850
                      <value type="string" key="collationName"></value>
851 851
                      <value type="string" key="datatypeExplicitParams"></value>
852 852
                      <value type="string" key="defaultValue"></value>
853 853
                      <value type="int" key="defaultValueIsNull">0</value>
854
                      <value _ptr_="0xb48cc78" type="list" content-type="string" key="flags"/>
854
                      <value _ptr_="0xae99148" type="list" content-type="string" key="flags"/>
855 855
                      <value type="int" key="isNotNull">1</value>
856 856
                      <value type="int" key="length">767</value>
857 857
                      <value type="int" key="precision">-1</value>
......
865 865
                    <value type="object" struct-name="db.mysql.Column" id="687f1718-a780-11e2-afd5-080027bcf912" struct-checksum="0x783b5183">
866 866
                      <value type="int" key="autoIncrement">0</value>
867 867
                      <value type="string" key="characterSetName"></value>
868
                      <value _ptr_="0xb48cdc8" type="list" content-type="object" content-struct-name="db.CheckConstraint" key="checks"/>
868
                      <value _ptr_="0xae99298" type="list" content-type="object" content-struct-name="db.CheckConstraint" key="checks"/>
869 869
                      <value type="string" key="collationName"></value>
870 870
                      <value type="string" key="datatypeExplicitParams"></value>
871 871
                      <value type="string" key="defaultValue"></value>
872 872
                      <value type="int" key="defaultValueIsNull">0</value>
873
                      <value _ptr_="0xb48d0f0" type="list" content-type="string" key="flags"/>
873
                      <value _ptr_="0xae995c0" type="list" content-type="string" key="flags"/>
874 874
                      <value type="int" key="isNotNull">1</value>
875 875
                      <value type="int" key="length">767</value>
876 876
                      <value type="int" key="precision">-1</value>
......
884 884
                    <value type="object" struct-name="db.mysql.Column" id="687f18b2-a780-11e2-afd5-080027bcf912" struct-checksum="0x783b5183">
885 885
                      <value type="int" key="autoIncrement">0</value>
886 886
                      <value type="string" key="characterSetName"></value>
887
                      <value _ptr_="0xb48d240" type="list" content-type="object" content-struct-name="db.CheckConstraint" key="checks"/>
887
                      <value _ptr_="0xae99710" type="list" content-type="object" content-struct-name="db.CheckConstraint" key="checks"/>
888 888
                      <value type="string" key="collationName"></value>
889 889
                      <value type="string" key="datatypeExplicitParams"></value>
890 890
                      <value type="string" key="defaultValue"></value>
891 891
                      <value type="int" key="defaultValueIsNull">1</value>
892
                      <value _ptr_="0xb48d568" type="list" content-type="string" key="flags"/>
892
                      <value _ptr_="0xae99a38" type="list" content-type="string" key="flags"/>
893 893
                      <value type="int" key="isNotNull">0</value>
894 894
                      <value type="int" key="length">767</value>
895 895
                      <value type="int" key="precision">-1</value>
......
903 903
                    <value type="object" struct-name="db.mysql.Column" id="687f1a6a-a780-11e2-afd5-080027bcf912" struct-checksum="0x783b5183">
904 904
                      <value type="int" key="autoIncrement">0</value>
905 905
                      <value type="string" key="characterSetName"></value>
906
                      <value _ptr_="0xb48d6b8" type="list" content-type="object" content-struct-name="db.CheckConstraint" key="checks"/>
906
                      <value _ptr_="0xae99b88" type="list" content-type="object" content-struct-name="db.CheckConstraint" key="checks"/>
907 907
                      <value type="string" key="collationName"></value>
908 908
                      <value type="string" key="datatypeExplicitParams"></value>
909 909
                      <value type="string" key="defaultValue"></value>
910 910
                      <value type="int" key="defaultValueIsNull">1</value>
911
                      <value _ptr_="0xb48d9e0" type="list" content-type="string" key="flags"/>
911
                      <value _ptr_="0xae99eb0" type="list" content-type="string" key="flags"/>
912 912
                      <value type="int" key="isNotNull">0</value>
913 913
                      <value type="int" key="length">767</value>
914 914
                      <value type="int" key="precision">-1</value>
......
922 922
                    <value type="object" struct-name="db.mysql.Column" id="687f1c2c-a780-11e2-afd5-080027bcf912" struct-checksum="0x783b5183">
923 923
                      <value type="int" key="autoIncrement">0</value>
924 924
                      <value type="string" key="characterSetName"></value>
925
                      <value _ptr_="0xb48db30" type="list" content-type="object" content-struct-name="db.CheckConstraint" key="checks"/>
925
                      <value _ptr_="0xae9a000" type="list" content-type="object" content-struct-name="db.CheckConstraint" key="checks"/>
926 926
                      <value type="string" key="collationName"></value>
927 927
                      <value type="string" key="datatypeExplicitParams"></value>
928 928
                      <value type="string" key="defaultValue"></value>
929 929
                      <value type="int" key="defaultValueIsNull">1</value>
930
                      <value _ptr_="0xb48de58" type="list" content-type="string" key="flags"/>
930
                      <value _ptr_="0xae9a328" type="list" content-type="string" key="flags"/>
931 931
                      <value type="int" key="isNotNull">0</value>
932 932
                      <value type="int" key="length">767</value>
933 933
                      <value type="int" key="precision">-1</value>
......
941 941
                    <value type="object" struct-name="db.mysql.Column" id="29c29602-a7a4-11e2-8ba6-080027bcf912" struct-checksum="0x783b5183">
942 942
                      <value type="int" key="autoIncrement">0</value>
943 943
                      <value type="string" key="characterSetName"></value>
944
                      <value _ptr_="0xb48dfa8" type="list" content-type="object" content-struct-name="db.CheckConstraint" key="checks"/>
944
                      <value _ptr_="0xae9a478" type="list" content-type="object" content-struct-name="db.CheckConstraint" key="checks"/>
945 945
                      <value type="string" key="collationName"></value>
946 946
                      <value type="string" key="datatypeExplicitParams"></value>
947 947
                      <value type="string" key="defaultValue"></value>
948 948
                      <value type="int" key="defaultValueIsNull">1</value>
949
                      <value _ptr_="0xb48e2d0" type="list" content-type="string" key="flags"/>
949
                      <value _ptr_="0xae9a7a0" type="list" content-type="string" key="flags"/>
950 950
                      <value type="int" key="isNotNull">0</value>
951 951
                      <value type="int" key="length">767</value>
952 952
                      <value type="int" key="precision">-1</value>
......
960 960
                    <value type="object" struct-name="db.mysql.Column" id="687f1dda-a780-11e2-afd5-080027bcf912" struct-checksum="0x783b5183">
961 961
                      <value type="int" key="autoIncrement">0</value>
962 962
                      <value type="string" key="characterSetName"></value>
963
                      <value _ptr_="0xb48e420" type="list" content-type="object" content-struct-name="db.CheckConstraint" key="checks"/>
963
                      <value _ptr_="0xae9a8f0" type="list" content-type="object" content-struct-name="db.CheckConstraint" key="checks"/>
964 964
                      <value type="string" key="collationName"></value>
965 965
                      <value type="string" key="datatypeExplicitParams"></value>
966 966
                      <value type="string" key="defaultValue"></value>
967 967
                      <value type="int" key="defaultValueIsNull">1</value>
968
                      <value _ptr_="0xb48e748" type="list" content-type="string" key="flags"/>
968
                      <value _ptr_="0xae9ac18" type="list" content-type="string" key="flags"/>
969 969
                      <value type="int" key="isNotNull">0</value>
970 970
                      <value type="int" key="length">767</value>
971 971
                      <value type="int" key="precision">-1</value>
......
979 979
                    <value type="object" struct-name="db.mysql.Column" id="11b489bc-f97f-11e2-8a2e-080027bcf912" struct-checksum="0x783b5183">
980 980
                      <value type="int" key="autoIncrement">0</value>
981 981
                      <value type="string" key="characterSetName"></value>
982
                      <value _ptr_="0xb48e898" type="list" content-type="object" content-struct-name="db.CheckConstraint" key="checks"/>
982
                      <value _ptr_="0xae9ad68" type="list" content-type="object" content-struct-name="db.CheckConstraint" key="checks"/>
983 983
                      <value type="string" key="collationName"></value>
984 984
                      <value type="string" key="datatypeExplicitParams"></value>
985 985
                      <value type="string" key="defaultValue"></value>
986 986
                      <value type="int" key="defaultValueIsNull">1</value>
987
                      <value _ptr_="0xb48ebc0" type="list" content-type="string" key="flags"/>
987
                      <value _ptr_="0xae9b090" type="list" content-type="string" key="flags"/>
988 988
                      <value type="int" key="isNotNull">0</value>
989 989
                      <value type="int" key="length">767</value>
990 990
                      <value type="int" key="precision">-1</value>
......
1000 1000
                  <value type="string" key="defaultCharacterSetName">utf8</value>
1001 1001
                  <value type="string" key="defaultCollationName">utf8_bin</value>
1002 1002
                  <value type="int" key="delayKeyWrite">0</value>
1003
                  <value _ptr_="0xb48c6f0" type="list" content-type="object" content-struct-name="db.mysql.ForeignKey" key="foreignKeys">
1003
                  <value _ptr_="0xae98bc0" type="list" content-type="object" content-struct-name="db.mysql.ForeignKey" key="foreignKeys">
1004 1004
                    <value type="object" struct-name="db.mysql.ForeignKey" id="687f25a0-a780-11e2-afd5-080027bcf912" struct-checksum="0x70a8fc40">
1005 1005
                      <link type="object" struct-name="db.mysql.Table" key="referencedTable">be8cd56e-a6e0-11e2-95e9-080027bcf912</link>
1006
                      <value _ptr_="0xb48ed38" type="list" content-type="object" content-struct-name="db.Column" key="columns">
1006
                      <value _ptr_="0xae9b208" type="list" content-type="object" content-struct-name="db.Column" key="columns">
1007 1007
                        <link type="object">687f1542-a780-11e2-afd5-080027bcf912</link>
1008 1008
                      </value>
1009 1009
                      <value type="int" key="deferability">0</value>
......
1013 1013
                      <value type="int" key="many">0</value>
1014 1014
                      <value type="int" key="modelOnly">0</value>
1015 1015
                      <link type="object" struct-name="db.Table" key="owner">687f12b8-a780-11e2-afd5-080027bcf912</link>
1016
                      <value _ptr_="0xb48f028" type="list" content-type="object" content-struct-name="db.Column" key="referencedColumns">
1016
                      <value _ptr_="0xae9b4f8" type="list" content-type="object" content-struct-name="db.Column" key="referencedColumns">
1017 1017
                        <link type="object">be8cd7b2-a6e0-11e2-95e9-080027bcf912</link>
1018 1018
                      </value>
1019 1019
                      <value type="int" key="referencedMandatory">1</value>
......
1024 1024
                    </value>
1025 1025
                    <value type="object" struct-name="db.mysql.ForeignKey" id="687f26f4-a780-11e2-afd5-080027bcf912" struct-checksum="0x70a8fc40">
1026 1026
                      <link type="object" struct-name="db.mysql.Table" key="referencedTable">4c3ffc96-a741-11e2-9fbf-080027bcf912</link>
1027
                      <value _ptr_="0xb48f098" type="list" content-type="object" content-struct-name="db.Column" key="columns">
1027
                      <value _ptr_="0xae9b568" type="list" content-type="object" content-struct-name="db.Column" key="columns">
1028 1028
                        <link type="object">687f1718-a780-11e2-afd5-080027bcf912</link>
1029 1029
                      </value>
1030 1030
                      <value type="int" key="deferability">0</value>
......
1034 1034
                      <value type="int" key="many">1</value>
1035 1035
                      <value type="int" key="modelOnly">0</value>
1036 1036
                      <link type="object" struct-name="db.Table" key="owner">687f12b8-a780-11e2-afd5-080027bcf912</link>
1037
                      <value _ptr_="0xb48f388" type="list" content-type="object" content-struct-name="db.Column" key="referencedColumns">
1037
                      <value _ptr_="0xae9b858" type="list" content-type="object" content-struct-name="db.Column" key="referencedColumns">
1038 1038
                        <link type="object">4c40001a-a741-11e2-9fbf-080027bcf912</link>
1039 1039
                      </value>
1040 1040
                      <value type="int" key="referencedMandatory">1</value>
......
1045 1045
                    </value>
1046 1046
                    <value type="object" struct-name="db.mysql.ForeignKey" id="11b487b4-f97f-11e2-8a2e-080027bcf912" struct-checksum="0x70a8fc40">
1047 1047
                      <link type="object" struct-name="db.mysql.Table" key="referencedTable">687f2f28-a780-11e2-afd5-080027bcf912</link>
1048
                      <value _ptr_="0xb48f3f8" type="list" content-type="object" content-struct-name="db.Column" key="columns">
1048
                      <value _ptr_="0xae9b8c8" type="list" content-type="object" content-struct-name="db.Column" key="columns">
1049 1049
                        <link type="object">11b489bc-f97f-11e2-8a2e-080027bcf912</link>
1050 1050
                      </value>
1051 1051
                      <value type="int" key="deferability">0</value>
......
1055 1055
                      <value type="int" key="many">1</value>
1056 1056
                      <value type="int" key="modelOnly">0</value>
1057 1057
                      <link type="object" struct-name="db.Table" key="owner">687f12b8-a780-11e2-afd5-080027bcf912</link>
1058
                      <value _ptr_="0xb48f6e8" type="list" content-type="object" content-struct-name="db.Column" key="referencedColumns">
1058
                      <value _ptr_="0xae9bbb8" type="list" content-type="object" content-struct-name="db.Column" key="referencedColumns">
1059 1059
                        <link type="object">687f31c6-a780-11e2-afd5-080027bcf912</link>
1060 1060
                      </value>
1061 1061
                      <value type="int" key="referencedMandatory">0</value>
......
1065 1065
                      <value type="string" key="oldName">fk_taxon_name_taxon_path1</value>
1066 1066
                    </value>
1067 1067
                  </value>
1068
                  <value _ptr_="0xb48c720" type="list" content-type="object" content-struct-name="db.mysql.Index" key="indices">
1068
                  <value _ptr_="0xae98bf0" type="list" content-type="object" content-struct-name="db.mysql.Index" key="indices">
1069 1069
                    <value type="object" struct-name="db.mysql.Index" id="687f1f92-a780-11e2-afd5-080027bcf912" struct-checksum="0x309b847a">
1070
                      <value _ptr_="0xb48f758" type="list" content-type="object" content-struct-name="db.mysql.IndexColumn" key="columns">
1070
                      <value _ptr_="0xae9bc28" type="list" content-type="object" content-struct-name="db.mysql.IndexColumn" key="columns">
1071 1071
                        <value type="object" struct-name="db.mysql.IndexColumn" id="687f217c-a780-11e2-afd5-080027bcf912" struct-checksum="0x62630b3c">
1072 1072
                          <value type="int" key="columnLength">0</value>
1073 1073
                          <value type="string" key="comment"></value>
......
1090 1090
                      <link type="object" struct-name="GrtObject" key="owner">687f12b8-a780-11e2-afd5-080027bcf912</link>
1091 1091
                    </value>
1092 1092
                    <value type="object" struct-name="db.mysql.Index" id="687f22b2-a780-11e2-afd5-080027bcf912" struct-checksum="0x309b847a">
1093
                      <value _ptr_="0xb48fac0" type="list" content-type="object" content-struct-name="db.mysql.IndexColumn" key="columns">
1093
                      <value _ptr_="0xae9bf90" type="list" content-type="object" content-struct-name="db.mysql.IndexColumn" key="columns">
1094 1094
                        <value type="object" struct-name="db.mysql.IndexColumn" id="687f246a-a780-11e2-afd5-080027bcf912" struct-checksum="0x62630b3c">
1095 1095
                          <value type="int" key="columnLength">0</value>
1096 1096
                          <value type="string" key="comment"></value>
......
1113 1113
                      <link type="object" struct-name="GrtObject" key="owner">687f12b8-a780-11e2-afd5-080027bcf912</link>
1114 1114
                    </value>
1115 1115
                    <value type="object" struct-name="db.mysql.Index" id="11b49e5c-f97f-11e2-8a2e-080027bcf912" struct-checksum="0x309b847a">
1116
                      <value _ptr_="0xb4900f0" type="list" content-type="object" content-struct-name="db.mysql.IndexColumn" key="columns">
1116
                      <value _ptr_="0xae9c5c0" type="list" content-type="object" content-struct-name="db.mysql.IndexColumn" key="columns">
1117 1117
                        <value type="object" struct-name="db.mysql.IndexColumn" id="11b4a000-f97f-11e2-8a2e-080027bcf912" struct-checksum="0x62630b3c">
1118 1118
                          <value type="int" key="columnLength">0</value>
1119 1119
                          <value type="string" key="comment"></value>
......
1143 1143
                  <value type="string" key="nextAutoInc"></value>
1144 1144
                  <value type="string" key="packKeys"></value>
1145 1145
                  <value type="int" key="partitionCount">0</value>
1146
                  <value _ptr_="0xb48c7b0" type="list" content-type="object" content-struct-name="db.mysql.PartitionDefinition" key="partitionDefinitions"/>
1146
                  <value _ptr_="0xae98c80" type="list" content-type="object" content-struct-name="db.mysql.PartitionDefinition" key="partitionDefinitions"/>
1147 1147
                  <value type="string" key="partitionExpression"></value>
1148 1148
                  <value type="string" key="partitionType"></value>
1149 1149
                  <value type="string" key="password"></value>
......
1158 1158
                  <value type="string" key="tableDataDir"></value>
1159 1159
                  <value type="string" key="tableEngine">InnoDB</value>
1160 1160
                  <value type="string" key="tableIndexDir"></value>
1161
                  <value _ptr_="0xb48c750" type="list" content-type="object" content-struct-name="db.mysql.Trigger" key="triggers"/>
1161
                  <value _ptr_="0xae98c20" type="list" content-type="object" content-struct-name="db.mysql.Trigger" key="triggers"/>
1162 1162
                  <value type="int" key="isStub">0</value>
1163 1163
                  <value type="int" key="isSystem">0</value>
1164 1164
                  <value type="int" key="isTemporary">0</value>
1165 1165
                  <value type="string" key="temporaryScope"></value>
1166 1166
                  <value type="int" key="commentedOut">0</value>
1167 1167
                  <value type="string" key="createDate">2013-04-17 10:01</value>
1168
                  <value _ptr_="0xacb6f40" type="dict" key="customData"/>
1168
                  <value _ptr_="0xae887b0" type="dict" key="customData"/>
1169 1169
                  <value type="string" key="lastChangeDate">2013-07-30 18:20</value>
1170 1170
                  <value type="int" key="modelOnly">0</value>
1171 1171
                  <value type="string" key="name">taxon_name</value>
......
1177 1177
                <value type="object" struct-name="db.mysql.Table" id="be8cd56e-a6e0-11e2-95e9-080027bcf912" struct-checksum="0x1a403946">
1178 1178
                  <value type="string" key="avgRowLength"></value>
1179 1179
                  <value type="int" key="checksum">0</value>
1180
                  <value _ptr_="0xb490720" type="list" content-type="object" content-struct-name="db.mysql.Column" key="columns">
1180
                  <value _ptr_="0xae9cbf0" type="list" content-type="object" content-struct-name="db.mysql.Column" key="columns">
1181 1181
                    <value type="object" struct-name="db.mysql.Column" id="be8cd7b2-a6e0-11e2-95e9-080027bcf912" struct-checksum="0x783b5183">
1182 1182
                      <value type="int" key="autoIncrement">0</value>
1183 1183
                      <value type="string" key="characterSetName"></value>
1184
                      <value _ptr_="0xb491128" type="list" content-type="object" content-struct-name="db.CheckConstraint" key="checks"/>
1184
                      <value _ptr_="0xae9d5f8" type="list" content-type="object" content-struct-name="db.CheckConstraint" key="checks"/>
1185 1185
                      <value type="string" key="collationName"></value>
1186 1186
                      <value type="string" key="datatypeExplicitParams"></value>
1187 1187
                      <value type="string" key="defaultValue"></value>
1188 1188
                      <value type="int" key="defaultValueIsNull">0</value>
1189
                      <value _ptr_="0xb491450" type="list" content-type="string" key="flags"/>
1189
                      <value _ptr_="0xae9d920" type="list" content-type="string" key="flags"/>
1190 1190
                      <value type="int" key="isNotNull">1</value>
1191 1191
                      <value type="int" key="length">767</value>
1192 1192
                      <value type="int" key="precision">-1</value>
......
1200 1200
                    <value type="object" struct-name="db.mysql.Column" id="be8cd956-a6e0-11e2-95e9-080027bcf912" struct-checksum="0x783b5183">
1201 1201
                      <value type="int" key="autoIncrement">0</value>
1202 1202
                      <value type="string" key="characterSetName"></value>
1203
                      <value _ptr_="0xb4915a0" type="list" content-type="object" content-struct-name="db.CheckConstraint" key="checks"/>
1203
                      <value _ptr_="0xae9da70" type="list" content-type="object" content-struct-name="db.CheckConstraint" key="checks"/>
1204 1204
                      <value type="string" key="collationName"></value>
1205 1205
                      <value type="string" key="datatypeExplicitParams"></value>
1206 1206
                      <value type="string" key="defaultValue"></value>
1207 1207
                      <value type="int" key="defaultValueIsNull">1</value>
1208
                      <value _ptr_="0xb4918c8" type="list" content-type="string" key="flags"/>
1208
                      <value _ptr_="0xae9dd98" type="list" content-type="string" key="flags"/>
1209 1209
                      <value type="int" key="isNotNull">0</value>
1210 1210
                      <value type="int" key="length">767</value>
1211 1211
                      <value type="int" key="precision">-1</value>
......
1221 1221
                  <value type="string" key="defaultCharacterSetName">utf8</value>
1222 1222
                  <value type="string" key="defaultCollationName">utf8_bin</value>
1223 1223
                  <value type="int" key="delayKeyWrite">0</value>
1224
                  <value _ptr_="0xb490ec8" type="list" content-type="object" content-struct-name="db.mysql.ForeignKey" key="foreignKeys">
1224
                  <value _ptr_="0xae9d398" type="list" content-type="object" content-struct-name="db.mysql.ForeignKey" key="foreignKeys">
1225 1225
                    <value type="object" struct-name="db.mysql.ForeignKey" id="be8ce0b8-a6e0-11e2-95e9-080027bcf912" struct-checksum="0x70a8fc40">
1226 1226
                      <link type="object" struct-name="db.mysql.Table" key="referencedTable">afc401d4-1df9-11e3-bbb6-080027bcf912</link>
1227
                      <value _ptr_="0xb491a40" type="list" content-type="object" content-struct-name="db.Column" key="columns">
1227
                      <value _ptr_="0xae9df10" type="list" content-type="object" content-struct-name="db.Column" key="columns">
1228 1228
                        <link type="object">be8cd956-a6e0-11e2-95e9-080027bcf912</link>
1229 1229
                      </value>
1230 1230
                      <value type="int" key="deferability">0</value>
......
1233 1233
                      <value type="int" key="many">1</value>
1234 1234
                      <value type="int" key="modelOnly">0</value>
1235 1235
                      <link type="object" struct-name="db.Table" key="owner">be8cd56e-a6e0-11e2-95e9-080027bcf912</link>
1236
                      <value _ptr_="0xb491d30" type="list" content-type="object" content-struct-name="db.Column" key="referencedColumns">
1236
                      <value _ptr_="0xae9e200" type="list" content-type="object" content-struct-name="db.Column" key="referencedColumns">
1237 1237
                        <link type="object">afc4053a-1df9-11e3-bbb6-080027bcf912</link>
1238 1238
                      </value>
1239 1239
                      <value type="int" key="referencedMandatory">0</value>
......
1243 1243
                      <value type="string" key="oldName">fk_record_source1</value>
1244 1244
                    </value>
1245 1245
                  </value>
1246
                  <value _ptr_="0xb490ef8" type="list" content-type="object" content-struct-name="db.mysql.Index" key="indices">
1246
                  <value _ptr_="0xae9d3c8" type="list" content-type="object" content-struct-name="db.mysql.Index" key="indices">
1247 1247
                    <value type="object" struct-name="db.mysql.Index" id="be8cdac8-a6e0-11e2-95e9-080027bcf912" struct-checksum="0x309b847a">
1248
                      <value _ptr_="0xb491da0" type="list" content-type="object" content-struct-name="db.mysql.IndexColumn" key="columns">
1248
                      <value _ptr_="0xae9e270" type="list" content-type="object" content-struct-name="db.mysql.IndexColumn" key="columns">
1249 1249
                        <value type="object" struct-name="db.mysql.IndexColumn" id="be8cdc94-a6e0-11e2-95e9-080027bcf912" struct-checksum="0x62630b3c">
1250 1250
                          <value type="int" key="columnLength">0</value>
1251 1251
                          <value type="string" key="comment"></value>
......
1268 1268
                      <link type="object" struct-name="GrtObject" key="owner">be8cd56e-a6e0-11e2-95e9-080027bcf912</link>
1269 1269
                    </value>
1270 1270
                    <value type="object" struct-name="db.mysql.Index" id="fbf69d1e-a79d-11e2-a346-080027bcf912" struct-checksum="0x309b847a">
1271
                      <value _ptr_="0xb492108" type="list" content-type="object" content-struct-name="db.mysql.IndexColumn" key="columns">
1271
                      <value _ptr_="0xae9e5d8" type="list" content-type="object" content-struct-name="db.mysql.IndexColumn" key="columns">
1272 1272
                        <value type="object" struct-name="db.mysql.IndexColumn" id="fecdc3c8-a79d-11e2-a346-080027bcf912" struct-checksum="0x62630b3c">
1273 1273
                          <value type="int" key="columnLength">0</value>
1274 1274
                          <value type="string" key="comment"></value>
......
1298 1298
                  <value type="string" key="nextAutoInc"></value>
1299 1299
                  <value type="string" key="packKeys"></value>
1300 1300
                  <value type="int" key="partitionCount">0</value>
1301
                  <value _ptr_="0xb490f88" type="list" content-type="object" content-struct-name="db.mysql.PartitionDefinition" key="partitionDefinitions"/>
1301
                  <value _ptr_="0xae9d458" type="list" content-type="object" content-struct-name="db.mysql.PartitionDefinition" key="partitionDefinitions"/>
1302 1302
                  <value type="string" key="partitionExpression"></value>
1303 1303
                  <value type="string" key="partitionType"></value>
1304 1304
                  <value type="string" key="password"></value>
......
1313 1313
                  <value type="string" key="tableDataDir"></value>
1314 1314
                  <value type="string" key="tableEngine">InnoDB</value>
1315 1315
                  <value type="string" key="tableIndexDir"></value>
1316
                  <value _ptr_="0xb490f28" type="list" content-type="object" content-struct-name="db.mysql.Trigger" key="triggers"/>
1316
                  <value _ptr_="0xae9d3f8" type="list" content-type="object" content-struct-name="db.mysql.Trigger" key="triggers"/>
1317 1317
                  <value type="int" key="isStub">0</value>
1318 1318
                  <value type="int" key="isSystem">0</value>
1319 1319
                  <value type="int" key="isTemporary">0</value>
1320 1320
                  <value type="string" key="temporaryScope"></value>
1321 1321
                  <value type="int" key="commentedOut">0</value>
1322 1322
                  <value type="string" key="createDate">2013-04-16 14:58</value>
1323
                  <value _ptr_="0xaa5abc0" type="dict" key="customData"/>
1323
                  <value _ptr_="0xa453088" type="dict" key="customData"/>
1324 1324
                  <value type="string" key="lastChangeDate">2013-09-15 04:37</value>
1325 1325
                  <value type="int" key="modelOnly">0</value>
1326 1326
                  <value type="string" key="name">traceable</value>
......
1332 1332
                <value type="object" struct-name="db.mysql.Table" id="be8e3ecc-a6e0-11e2-95e9-080027bcf912" struct-checksum="0x1a403946">
1333 1333
                  <value type="string" key="avgRowLength"></value>
1334 1334
                  <value type="int" key="checksum">0</value>
1335
                  <value _ptr_="0xb492738" type="list" content-type="object" content-struct-name="db.mysql.Column" key="columns">
1335
                  <value _ptr_="0xae9ec08" type="list" content-type="object" content-struct-name="db.mysql.Column" key="columns">
1336 1336
                    <value type="object" struct-name="db.mysql.Column" id="be8e4142-a6e0-11e2-95e9-080027bcf912" struct-checksum="0x783b5183">
1337 1337
                      <value type="int" key="autoIncrement">0</value>
1338 1338
                      <value type="string" key="characterSetName"></value>
1339
                      <value _ptr_="0xb493140" type="list" content-type="object" content-struct-name="db.CheckConstraint" key="checks"/>
1339
                      <value _ptr_="0xae9f610" type="list" content-type="object" content-struct-name="db.CheckConstraint" key="checks"/>
1340 1340
                      <value type="string" key="collationName"></value>
1341 1341
                      <value type="string" key="datatypeExplicitParams"></value>
1342 1342
                      <value type="string" key="defaultValue"></value>
1343 1343
                      <value type="int" key="defaultValueIsNull">0</value>
1344
                      <value _ptr_="0xb493468" type="list" content-type="string" key="flags"/>
1344
                      <value _ptr_="0xae9f938" type="list" content-type="string" key="flags"/>
1345 1345
                      <value type="int" key="isNotNull">1</value>
1346 1346
                      <value type="int" key="length">767</value>
1347 1347
                      <value type="int" key="precision">-1</value>
......
1355 1355
                    <value type="object" struct-name="db.mysql.Column" id="2f07bade-0127-11e3-9f3a-080027bcf912" struct-checksum="0x783b5183">
1356 1356
                      <value type="int" key="autoIncrement">0</value>
1357 1357
                      <value type="string" key="characterSetName"></value>
1358
                      <value _ptr_="0xb4935b8" type="list" content-type="object" content-struct-name="db.CheckConstraint" key="checks"/>
1358
                      <value _ptr_="0xae9fa88" type="list" content-type="object" content-struct-name="db.CheckConstraint" key="checks"/>
1359 1359
                      <value type="string" key="collationName"></value>
1360 1360
                      <value type="string" key="datatypeExplicitParams"></value>
1361 1361
                      <value type="string" key="defaultValue"></value>
1362 1362
                      <value type="int" key="defaultValueIsNull">1</value>
1363
                      <value _ptr_="0xb4938e0" type="list" content-type="string" key="flags"/>
1363
                      <value _ptr_="0xae9fdb0" type="list" content-type="string" key="flags"/>
1364 1364
                      <value type="int" key="isNotNull">0</value>
1365 1365
                      <value type="int" key="length">767</value>
1366 1366
                      <value type="int" key="precision">-1</value>
......
1374 1374
                    <value type="object" struct-name="db.mysql.Column" id="273737e8-a796-11e2-84c3-080027bcf912" struct-checksum="0x783b5183">
1375 1375
                      <value type="int" key="autoIncrement">0</value>
1376 1376
                      <value type="string" key="characterSetName"></value>
1377
                      <value _ptr_="0xb493a30" type="list" content-type="object" content-struct-name="db.CheckConstraint" key="checks"/>
1377
                      <value _ptr_="0xa453ea0" type="list" content-type="object" content-struct-name="db.CheckConstraint" key="checks"/>
1378 1378
                      <value type="string" key="collationName"></value>
1379 1379
                      <value type="string" key="datatypeExplicitParams"></value>
1380 1380
                      <value type="string" key="defaultValue"></value>
1381 1381
                      <value type="int" key="defaultValueIsNull">1</value>
1382
                      <value _ptr_="0xb493d58" type="list" content-type="string" key="flags"/>
1382
                      <value _ptr_="0xae89360" type="list" content-type="string" key="flags"/>
1383 1383
                      <value type="int" key="isNotNull">0</value>
1384 1384
                      <value type="int" key="length">767</value>
1385 1385
                      <value type="int" key="precision">-1</value>
......
1393 1393
                    <value type="object" struct-name="db.mysql.Column" id="d009232a-f671-11e2-9716-080027bcf912" struct-checksum="0x783b5183">
1394 1394
                      <value type="int" key="autoIncrement">0</value>
1395 1395
                      <value type="string" key="characterSetName"></value>
1396
                      <value _ptr_="0xb493ea8" type="list" content-type="object" content-struct-name="db.CheckConstraint" key="checks"/>
1396
                      <value _ptr_="0xae893b8" type="list" content-type="object" content-struct-name="db.CheckConstraint" key="checks"/>
1397 1397
                      <value type="string" key="collationName"></value>
1398 1398
                      <value type="string" key="datatypeExplicitParams">('hstore')</value>
1399 1399
                      <value type="string" key="defaultValue"></value>
1400 1400
                      <value type="int" key="defaultValueIsNull">0</value>
1401
                      <value _ptr_="0xb4941d0" type="list" content-type="string" key="flags"/>
1401
                      <value _ptr_="0xa457d30" type="list" content-type="string" key="flags"/>
1402 1402
                      <value type="int" key="isNotNull">0</value>
1403 1403
                      <value type="int" key="length">-1</value>
1404 1404
                      <value type="int" key="precision">-1</value>
......
1414 1414
                  <value type="string" key="defaultCharacterSetName">utf8</value>
1415 1415
                  <value type="string" key="defaultCollationName">utf8_bin</value>
1416 1416
                  <value type="int" key="delayKeyWrite">0</value>
1417
                  <value _ptr_="0xb492ee0" type="list" content-type="object" content-struct-name="db.mysql.ForeignKey" key="foreignKeys">
1417
                  <value _ptr_="0xae9f3b0" type="list" content-type="object" content-struct-name="db.mysql.ForeignKey" key="foreignKeys">
1418 1418
                    <value type="object" struct-name="db.mysql.ForeignKey" id="be8e4688-a6e0-11e2-95e9-080027bcf912" struct-checksum="0x70a8fc40">
1419 1419
                      <link type="object" struct-name="db.mysql.Table" key="referencedTable">c672a8d8-a7a0-11e2-b667-080027bcf912</link>
1420
                      <value _ptr_="0xb494348" type="list" content-type="object" content-struct-name="db.Column" key="columns">
1420
                      <value _ptr_="0xae88758" type="list" content-type="object" content-struct-name="db.Column" key="columns">
1421 1421
                        <link type="object">be8e4142-a6e0-11e2-95e9-080027bcf912</link>
1422 1422
                      </value>
1423 1423
                      <value type="int" key="deferability">0</value>
......
1427 1427
                      <value type="int" key="many">0</value>
1428 1428
                      <value type="int" key="modelOnly">0</value>
1429 1429
                      <link type="object" struct-name="db.Table" key="owner">be8e3ecc-a6e0-11e2-95e9-080027bcf912</link>
1430
                      <value _ptr_="0xb494638" type="list" content-type="object" content-struct-name="db.Column" key="referencedColumns">
1430
                      <value _ptr_="0xa452bb8" type="list" content-type="object" content-struct-name="db.Column" key="referencedColumns">
1431 1431
                        <link type="object">c672abda-a7a0-11e2-b667-080027bcf912</link>
1432 1432
                      </value>
1433 1433
                      <value type="int" key="referencedMandatory">1</value>
......
1438 1438
                    </value>
1439 1439
                    <value type="object" struct-name="db.mysql.ForeignKey" id="2f07b8cc-0127-11e3-9f3a-080027bcf912" struct-checksum="0x70a8fc40">
1440 1440
                      <link type="object" struct-name="db.mysql.Table" key="referencedTable">be8f67e8-a6e0-11e2-95e9-080027bcf912</link>
1441
                      <value _ptr_="0xb4946a8" type="list" content-type="object" content-struct-name="db.Column" key="columns">
1441
                      <value _ptr_="0xae8ac38" type="list" content-type="object" content-struct-name="db.Column" key="columns">
1442 1442
                        <link type="object">2f07bade-0127-11e3-9f3a-080027bcf912</link>
1443 1443
                      </value>
1444 1444
                      <value type="int" key="deferability">0</value>
......
1448 1448
                      <value type="int" key="many">1</value>
1449 1449
                      <value type="int" key="modelOnly">0</value>
1450 1450
                      <link type="object" struct-name="db.Table" key="owner">be8e3ecc-a6e0-11e2-95e9-080027bcf912</link>
1451
                      <value _ptr_="0xb494998" type="list" content-type="object" content-struct-name="db.Column" key="referencedColumns">
1451
                      <value _ptr_="0xae88828" type="list" content-type="object" content-struct-name="db.Column" key="referencedColumns">
1452 1452
                        <link type="object">be8f6a86-a6e0-11e2-95e9-080027bcf912</link>
1453 1453
                      </value>
1454 1454
                      <value type="int" key="referencedMandatory">0</value>
......
1458 1458
                      <value type="string" key="oldName">fk_individual_subplace1</value>
1459 1459
                    </value>
1460 1460
                  </value>
1461
                  <value _ptr_="0xb492f10" type="list" content-type="object" content-struct-name="db.mysql.Index" key="indices">
1461
                  <value _ptr_="0xae9f3e0" type="list" content-type="object" content-struct-name="db.mysql.Index" key="indices">
1462 1462
                    <value type="object" struct-name="db.mysql.Index" id="be8e4322-a6e0-11e2-95e9-080027bcf912" struct-checksum="0x309b847a">
1463
                      <value _ptr_="0xb494a08" type="list" content-type="object" content-struct-name="db.mysql.IndexColumn" key="columns">
1463
                      <value _ptr_="0xa4562b8" type="list" content-type="object" content-struct-name="db.mysql.IndexColumn" key="columns">
1464 1464
                        <value type="object" struct-name="db.mysql.IndexColumn" id="8903c758-ac45-11e2-820d-080027bcf912" struct-checksum="0x62630b3c">
1465 1465
                          <value type="int" key="columnLength">0</value>
1466 1466
                          <value type="string" key="comment"></value>
......
1483 1483
                      <link type="object" struct-name="GrtObject" key="owner">be8e3ecc-a6e0-11e2-95e9-080027bcf912</link>
1484 1484
                    </value>
1485 1485
                    <value type="object" struct-name="db.mysql.Index" id="2f07d0b4-0127-11e3-9f3a-080027bcf912" struct-checksum="0x309b847a">
1486
                      <value _ptr_="0xb494d70" type="list" content-type="object" content-struct-name="db.mysql.IndexColumn" key="columns">
1486
                      <value _ptr_="0xae85470" type="list" content-type="object" content-struct-name="db.mysql.IndexColumn" key="columns">
1487 1487
                        <value type="object" struct-name="db.mysql.IndexColumn" id="2f07d230-0127-11e3-9f3a-080027bcf912" struct-checksum="0x62630b3c">
1488 1488
                          <value type="int" key="columnLength">0</value>
1489 1489
                          <value type="string" key="comment"></value>
......
1513 1513
                  <value type="string" key="nextAutoInc"></value>
1514 1514
                  <value type="string" key="packKeys"></value>
1515 1515
                  <value type="int" key="partitionCount">0</value>
1516
                  <value _ptr_="0xb492fa0" type="list" content-type="object" content-struct-name="db.mysql.PartitionDefinition" key="partitionDefinitions"/>
1516
                  <value _ptr_="0xae9f470" type="list" content-type="object" content-struct-name="db.mysql.PartitionDefinition" key="partitionDefinitions"/>
1517 1517
                  <value type="string" key="partitionExpression"></value>
1518 1518
                  <value type="string" key="partitionType"></value>
1519 1519
                  <value type="string" key="password"></value>
......
1528 1528
                  <value type="string" key="tableDataDir"></value>
1529 1529
                  <value type="string" key="tableEngine">InnoDB</value>
1530 1530
                  <value type="string" key="tableIndexDir"></value>
1531
                  <value _ptr_="0xb492f40" type="list" content-type="object" content-struct-name="db.mysql.Trigger" key="triggers"/>
1531
                  <value _ptr_="0xae9f410" type="list" content-type="object" content-struct-name="db.mysql.Trigger" key="triggers"/>
1532 1532
                  <value type="int" key="isStub">0</value>
1533 1533
                  <value type="int" key="isSystem">0</value>
1534 1534
                  <value type="int" key="isTemporary">0</value>
1535 1535
                  <value type="string" key="temporaryScope"></value>
1536 1536
                  <value type="int" key="commentedOut">0</value>
1537 1537
                  <value type="string" key="createDate">2013-04-16 14:58</value>
1538
                  <value _ptr_="0xb4795b8" type="dict" key="customData"/>
1538
                  <value _ptr_="0x9f56200" type="dict" key="customData"/>
1539 1539
                  <value type="string" key="lastChangeDate">2013-08-09 12:16</value>
1540 1540
                  <value type="int" key="modelOnly">0</value>
1541 1541
                  <value type="string" key="name">individual</value>
......
1547 1547
                <value type="object" struct-name="db.mysql.Table" id="4c3ffc96-a741-11e2-9fbf-080027bcf912" struct-checksum="0x1a403946">
1548 1548
                  <value type="string" key="avgRowLength"></value>
1549 1549
                  <value type="int" key="checksum">0</value>
1550
                  <value _ptr_="0xb4953a0" type="list" content-type="object" content-struct-name="db.mysql.Column" key="columns">
1550
                  <value _ptr_="0x9f432c0" type="list" content-type="object" content-struct-name="db.mysql.Column" key="columns">
1551 1551
                    <value type="object" struct-name="db.mysql.Column" id="4c40001a-a741-11e2-9fbf-080027bcf912" struct-checksum="0x783b5183">
1552 1552
                      <value type="int" key="autoIncrement">0</value>
1553 1553
                      <value type="string" key="characterSetName"></value>
1554
                      <value _ptr_="0xb495da8" type="list" content-type="object" content-struct-name="db.CheckConstraint" key="checks"/>
1554
                      <value _ptr_="0xa4527e8" type="list" content-type="object" content-struct-name="db.CheckConstraint" key="checks"/>
1555 1555
                      <value type="string" key="collationName"></value>
1556 1556
                      <value type="string" key="datatypeExplicitParams"></value>
1557 1557
                      <value type="string" key="defaultValue"></value>
1558 1558
                      <value type="int" key="defaultValueIsNull">0</value>
1559
                      <value _ptr_="0xb4960d0" type="list" content-type="string" key="flags"/>
1559
                      <value _ptr_="0xae84260" type="list" content-type="string" key="flags"/>
1560 1560
                      <value type="int" key="isNotNull">1</value>
1561 1561
                      <value type="int" key="length">767</value>
1562 1562
                      <value type="int" key="precision">-1</value>
......
1572 1572
                  <value type="string" key="defaultCharacterSetName">utf8</value>
1573 1573
                  <value type="string" key="defaultCollationName">utf8_bin</value>
1574 1574
                  <value type="int" key="delayKeyWrite">0</value>
1575
                  <value _ptr_="0xb495b48" type="list" content-type="object" content-struct-name="db.mysql.ForeignKey" key="foreignKeys"/>
1576
                  <value _ptr_="0xb495b78" type="list" content-type="object" content-struct-name="db.mysql.Index" key="indices">
1575
                  <value _ptr_="0xa4533e0" type="list" content-type="object" content-struct-name="db.mysql.ForeignKey" key="foreignKeys"/>
1576
                  <value _ptr_="0xa453430" type="list" content-type="object" content-struct-name="db.mysql.Index" key="indices">
1577 1577
                    <value type="object" struct-name="db.mysql.Index" id="4c4005b0-a741-11e2-9fbf-080027bcf912" struct-checksum="0x309b847a">
1578
                      <value _ptr_="0xb496220" type="list" content-type="object" content-struct-name="db.mysql.IndexColumn" key="columns">
1578
                      <value _ptr_="0xae897a8" type="list" content-type="object" content-struct-name="db.mysql.IndexColumn" key="columns">
1579 1579
                        <value type="object" struct-name="db.mysql.IndexColumn" id="4c4006e6-a741-11e2-9fbf-080027bcf912" struct-checksum="0x62630b3c">
1580 1580
                          <value type="int" key="columnLength">0</value>
1581 1581
                          <value type="string" key="comment"></value>
......
1605 1605
                  <value type="string" key="nextAutoInc"></value>
1606 1606
                  <value type="string" key="packKeys"></value>
1607 1607
                  <value type="int" key="partitionCount">0</value>
1608
                  <value _ptr_="0xb495c08" type="list" content-type="object" content-struct-name="db.mysql.PartitionDefinition" key="partitionDefinitions"/>
1608
                  <value _ptr_="0x9fa50a8" type="list" content-type="object" content-struct-name="db.mysql.PartitionDefinition" key="partitionDefinitions"/>
1609 1609
                  <value type="string" key="partitionExpression"></value>
1610 1610
                  <value type="string" key="partitionType"></value>
1611 1611
                  <value type="string" key="password"></value>
......
1620 1620
                  <value type="string" key="tableDataDir"></value>
1621 1621
                  <value type="string" key="tableEngine">InnoDB</value>
1622 1622
                  <value type="string" key="tableIndexDir"></value>
1623
                  <value _ptr_="0xb495ba8" type="list" content-type="object" content-struct-name="db.mysql.Trigger" key="triggers"/>
1623
                  <value _ptr_="0x9fa5048" type="list" content-type="object" content-struct-name="db.mysql.Trigger" key="triggers"/>
1624 1624
                  <value type="int" key="isStub">0</value>
1625 1625
                  <value type="int" key="isSystem">0</value>
1626 1626
                  <value type="int" key="isTemporary">0</value>
1627 1627
                  <value type="string" key="temporaryScope"></value>
1628 1628
                  <value type="int" key="commentedOut">0</value>
1629 1629
                  <value type="string" key="createDate">2013-04-16 14:58</value>
1630
                  <value _ptr_="0xaa5a590" type="dict" key="customData"/>
1630
                  <value _ptr_="0xae8b748" type="dict" key="customData"/>
1631 1631
                  <value type="string" key="lastChangeDate">2013-07-26 20:32</value>
1632 1632
                  <value type="int" key="modelOnly">0</value>
1633 1633
                  <value type="string" key="name">taxon_string</value>
......
1639 1639
                <value type="object" struct-name="db.mysql.Table" id="be8fb202-a6e0-11e2-95e9-080027bcf912" struct-checksum="0x1a403946">
1640 1640
                  <value type="string" key="avgRowLength"></value>
1641 1641
                  <value type="int" key="checksum">0</value>
1642
                  <value _ptr_="0xb4965b0" type="list" content-type="object" content-struct-name="db.mysql.Column" key="columns">
1642
                  <value _ptr_="0xae8a7d0" type="list" content-type="object" content-struct-name="db.mysql.Column" key="columns">
1643 1643
                    <value type="object" struct-name="db.mysql.Column" id="be8fb5ae-a6e0-11e2-95e9-080027bcf912" struct-checksum="0x783b5183">
1644 1644
                      <value type="int" key="autoIncrement">0</value>
1645 1645
                      <value type="string" key="characterSetName"></value>
1646
                      <value _ptr_="0xb496fb8" type="list" content-type="object" content-struct-name="db.CheckConstraint" key="checks"/>
1646
                      <value _ptr_="0xae85598" type="list" content-type="object" content-struct-name="db.CheckConstraint" key="checks"/>
1647 1647
                      <value type="string" key="collationName"></value>
1648 1648
                      <value type="string" key="datatypeExplicitParams"></value>
1649 1649
                      <value type="string" key="defaultValue"></value>
1650 1650
                      <value type="int" key="defaultValueIsNull">0</value>
1651
                      <value _ptr_="0xb4972e0" type="list" content-type="string" key="flags"/>
1651
                      <value _ptr_="0xae858e8" type="list" content-type="string" key="flags"/>
1652 1652
                      <value type="int" key="isNotNull">1</value>
1653 1653
                      <value type="int" key="length">767</value>
1654 1654
                      <value type="int" key="precision">-1</value>
......
1662 1662
                    <value type="object" struct-name="db.mysql.Column" id="8039828a-f6d1-11e2-a35e-080027bcf912" struct-checksum="0x783b5183">
1663 1663
                      <value type="int" key="autoIncrement">0</value>
1664 1664
                      <value type="string" key="characterSetName"></value>
1665
                      <value _ptr_="0xb497430" type="list" content-type="object" content-struct-name="db.CheckConstraint" key="checks"/>
1665
                      <value _ptr_="0xae8ad28" type="list" content-type="object" content-struct-name="db.CheckConstraint" key="checks"/>
1666 1666
                      <value type="string" key="collationName"></value>
1667 1667
                      <value type="string" key="datatypeExplicitParams"></value>
1668 1668
                      <value type="string" key="defaultValue"></value>
1669 1669
                      <value type="int" key="defaultValueIsNull">0</value>
1670
                      <value _ptr_="0xb497758" type="list" content-type="string" key="flags"/>
1670
                      <value _ptr_="0xae8b088" type="list" content-type="string" key="flags"/>
1671 1671
                      <value type="int" key="isNotNull">1</value>
1672 1672
                      <value type="int" key="length">767</value>
1673 1673
                      <value type="int" key="precision">-1</value>
......
1681 1681
                    <value type="object" struct-name="db.mysql.Column" id="400c0fac-f6d1-11e2-a35e-080027bcf912" struct-checksum="0x783b5183">
1682 1682
                      <value type="int" key="autoIncrement">0</value>
1683 1683
                      <value type="string" key="characterSetName"></value>
1684
                      <value _ptr_="0xb4978a8" type="list" content-type="object" content-struct-name="db.CheckConstraint" key="checks"/>
1684
                      <value _ptr_="0xae84e18" type="list" content-type="object" content-struct-name="db.CheckConstraint" key="checks"/>
1685 1685
                      <value type="string" key="collationName"></value>
1686 1686
                      <value type="string" key="datatypeExplicitParams"></value>
1687 1687
                      <value type="string" key="defaultValue"></value>
1688 1688
                      <value type="int" key="defaultValueIsNull">0</value>
1689
                      <value _ptr_="0xb497bd0" type="list" content-type="string" key="flags"/>
1689
                      <value _ptr_="0xae85198" type="list" content-type="string" key="flags"/>
1690 1690
                      <value type="int" key="isNotNull">1</value>
1691 1691
                      <value type="int" key="length">767</value>
1692 1692
                      <value type="int" key="precision">-1</value>
......
1700 1700
                    <value type="object" struct-name="db.mysql.Column" id="be8fb7a2-a6e0-11e2-95e9-080027bcf912" struct-checksum="0x783b5183">
1701 1701
                      <value type="int" key="autoIncrement">0</value>
1702 1702
                      <value type="string" key="characterSetName"></value>
1703
                      <value _ptr_="0xb497d20" type="list" content-type="object" content-struct-name="db.CheckConstraint" key="checks"/>
1703
                      <value _ptr_="0xae852e8" type="list" content-type="object" content-struct-name="db.CheckConstraint" key="checks"/>
1704 1704
                      <value type="string" key="collationName"></value>
1705 1705
                      <value type="string" key="datatypeExplicitParams"></value>
1706 1706
                      <value type="string" key="defaultValue"></value>
1707 1707
                      <value type="int" key="defaultValueIsNull">1</value>
1708
                      <value _ptr_="0xb498048" type="list" content-type="string" key="flags"/>
1708
                      <value _ptr_="0xae89c68" type="list" content-type="string" key="flags"/>
1709 1709
                      <value type="int" key="isNotNull">0</value>
1710 1710
                      <value type="int" key="length">767</value>
1711 1711
                      <value type="int" key="precision">-1</value>
......
1719 1719
                    <value type="object" struct-name="db.mysql.Column" id="4c32a89c-a76a-11e2-92a3-080027bcf912" struct-checksum="0x783b5183">
1720 1720
                      <value type="int" key="autoIncrement">0</value>
1721 1721
                      <value type="string" key="characterSetName"></value>
1722
                      <value _ptr_="0xb498198" type="list" content-type="object" content-struct-name="db.CheckConstraint" key="checks"/>
1722
                      <value _ptr_="0xae89db8" type="list" content-type="object" content-struct-name="db.CheckConstraint" key="checks"/>
1723 1723
                      <value type="string" key="collationName"></value>
1724 1724
                      <value type="string" key="datatypeExplicitParams"></value>
1725 1725
                      <value type="string" key="defaultValue"></value>
1726 1726
                      <value type="int" key="defaultValueIsNull">0</value>
1727
                      <value _ptr_="0xb4984c0" type="list" content-type="string" key="flags"/>
1727
                      <value _ptr_="0xae88b98" type="list" content-type="string" key="flags"/>
1728 1728
                      <value type="int" key="isNotNull">0</value>
1729 1729
                      <value type="int" key="length">-1</value>
1730 1730
                      <value type="int" key="precision">-1</value>
......
1738 1738
                    <value type="object" struct-name="db.mysql.Column" id="782db00a-a782-11e2-afd5-080027bcf912" struct-checksum="0x783b5183">
1739 1739
                      <value type="int" key="autoIncrement">0</value>
1740 1740
                      <value type="string" key="characterSetName"></value>
1741
                      <value _ptr_="0xb498610" type="list" content-type="object" content-struct-name="db.CheckConstraint" key="checks"/>
1741
                      <value _ptr_="0xae88ce8" type="list" content-type="object" content-struct-name="db.CheckConstraint" key="checks"/>
1742 1742
                      <value type="string" key="collationName"></value>
1743 1743
                      <value type="string" key="datatypeExplicitParams">('hstore')</value>
1744 1744
                      <value type="string" key="defaultValue"></value>
1745 1745
                      <value type="int" key="defaultValueIsNull">0</value>
1746
                      <value _ptr_="0xb498938" type="list" content-type="string" key="flags"/>
1746
                      <value _ptr_="0xae89068" type="list" content-type="string" key="flags"/>
1747 1747
                      <value type="int" key="isNotNull">0</value>
1748 1748
                      <value type="int" key="length">-1</value>
1749 1749
                      <value type="int" key="precision">-1</value>
......
1759 1759
                  <value type="string" key="defaultCharacterSetName">utf8</value>
1760 1760
                  <value type="string" key="defaultCollationName">utf8_bin</value>
1761 1761
                  <value type="int" key="delayKeyWrite">0</value>
1762
                  <value _ptr_="0xb496d58" type="list" content-type="object" content-struct-name="db.mysql.ForeignKey" key="foreignKeys">
1762
                  <value _ptr_="0x9fb8f08" type="list" content-type="object" content-struct-name="db.mysql.ForeignKey" key="foreignKeys">
1763 1763
                    <value type="object" struct-name="db.mysql.ForeignKey" id="a3e070f8-a77c-11e2-afd5-080027bcf912" struct-checksum="0x70a8fc40">
1764 1764
                      <link type="object" struct-name="db.mysql.Table" key="referencedTable">1832712c-a77d-11e2-afd5-080027bcf912</link>
1765
                      <value _ptr_="0xb498ab0" type="list" content-type="object" content-struct-name="db.Column" key="columns">
1765
                      <value _ptr_="0xae87c98" type="list" content-type="object" content-struct-name="db.Column" key="columns">
1766 1766
                        <link type="object">be8fb7a2-a6e0-11e2-95e9-080027bcf912</link>
1767 1767
                      </value>
1768 1768
                      <value type="int" key="deferability">0</value>
......
1772 1772
                      <value type="int" key="many">1</value>
1773 1773
                      <value type="int" key="modelOnly">0</value>
1774 1774
                      <link type="object" struct-name="db.Table" key="owner">be8fb202-a6e0-11e2-95e9-080027bcf912</link>
1775
                      <value _ptr_="0xb498da0" type="list" content-type="object" content-struct-name="db.Column" key="referencedColumns">
1775
                      <value _ptr_="0xae88000" type="list" content-type="object" content-struct-name="db.Column" key="referencedColumns">
1776 1776
                        <link type="object">18327370-a77d-11e2-afd5-080027bcf912</link>
1777 1777
                      </value>
1778 1778
                      <value type="int" key="referencedMandatory">1</value>
......
1783 1783
                    </value>
1784 1784
                    <value type="object" struct-name="db.mysql.ForeignKey" id="400c0dc2-f6d1-11e2-a35e-080027bcf912" struct-checksum="0x70a8fc40">
1785 1785
                      <link type="object" struct-name="db.mysql.Table" key="referencedTable">be8d17d6-a6e0-11e2-95e9-080027bcf912</link>
1786
                      <value _ptr_="0xb498e10" type="list" content-type="object" content-struct-name="db.Column" key="columns">
1786
                      <value _ptr_="0xae88070" type="list" content-type="object" content-struct-name="db.Column" key="columns">
1787 1787
                        <link type="object">400c0fac-f6d1-11e2-a35e-080027bcf912</link>
1788 1788
                      </value>
1789 1789
                      <value type="int" key="deferability">0</value>
......
1793 1793
                      <value type="int" key="many">1</value>
1794 1794
                      <value type="int" key="modelOnly">0</value>
1795 1795
                      <link type="object" struct-name="db.Table" key="owner">be8fb202-a6e0-11e2-95e9-080027bcf912</link>
1796
                      <value _ptr_="0xb499100" type="list" content-type="object" content-struct-name="db.Column" key="referencedColumns">
1796
                      <value _ptr_="0xa458a70" type="list" content-type="object" content-struct-name="db.Column" key="referencedColumns">
1797 1797
                        <link type="object">be8d1ac4-a6e0-11e2-95e9-080027bcf912</link>
1798 1798
                      </value>
1799 1799
                      <value type="int" key="referencedMandatory">1</value>
......
1804 1804
                    </value>
1805 1805
                    <value type="object" struct-name="db.mysql.ForeignKey" id="803980c8-f6d1-11e2-a35e-080027bcf912" struct-checksum="0x70a8fc40">
1806 1806
                      <link type="object" struct-name="db.mysql.Table" key="referencedTable">4c3ffc96-a741-11e2-9fbf-080027bcf912</link>
1807
                      <value _ptr_="0xb499170" type="list" content-type="object" content-struct-name="db.Column" key="columns">
1807
                      <value _ptr_="0xa458ae0" type="list" content-type="object" content-struct-name="db.Column" key="columns">
1808 1808
                        <link type="object">8039828a-f6d1-11e2-a35e-080027bcf912</link>
1809 1809
                      </value>
1810 1810
                      <value type="int" key="deferability">0</value>
......
1814 1814
                      <value type="int" key="many">1</value>
1815 1815
                      <value type="int" key="modelOnly">0</value>
1816 1816
                      <link type="object" struct-name="db.Table" key="owner">be8fb202-a6e0-11e2-95e9-080027bcf912</link>
1817
                      <value _ptr_="0xb499460" type="list" content-type="object" content-struct-name="db.Column" key="referencedColumns">
1817
                      <value _ptr_="0xa458e68" type="list" content-type="object" content-struct-name="db.Column" key="referencedColumns">
1818 1818
                        <link type="object">4c40001a-a741-11e2-9fbf-080027bcf912</link>
1819 1819
                      </value>
1820 1820
                      <value type="int" key="referencedMandatory">1</value>
......
1825 1825
                    </value>
1826 1826
                    <value type="object" struct-name="db.mysql.ForeignKey" id="9b006114-f6d2-11e2-a35e-080027bcf912" struct-checksum="0x70a8fc40">
1827 1827
                      <link type="object" struct-name="db.mysql.Table" key="referencedTable">be8cd56e-a6e0-11e2-95e9-080027bcf912</link>
1828
                      <value _ptr_="0xb4994d0" type="list" content-type="object" content-struct-name="db.Column" key="columns">
1828
                      <value _ptr_="0xa458ed8" type="list" content-type="object" content-struct-name="db.Column" key="columns">
1829 1829
                        <link type="object">be8fb5ae-a6e0-11e2-95e9-080027bcf912</link>
1830 1830
                      </value>
1831 1831
                      <value type="int" key="deferability">0</value>
......
1834 1834
                      <value type="int" key="many">0</value>
1835 1835
                      <value type="int" key="modelOnly">0</value>
1836 1836
                      <link type="object" struct-name="db.Table" key="owner">be8fb202-a6e0-11e2-95e9-080027bcf912</link>
1837
                      <value _ptr_="0xb4997c0" type="list" content-type="object" content-struct-name="db.Column" key="referencedColumns">
1837
                      <value _ptr_="0xa458360" type="list" content-type="object" content-struct-name="db.Column" key="referencedColumns">
1838 1838
                        <link type="object">be8cd7b2-a6e0-11e2-95e9-080027bcf912</link>
1839 1839
                      </value>
1840 1840
                      <value type="int" key="referencedMandatory">1</value>
......
1844 1844
                      <value type="string" key="oldName">fk_taxon_scrub_record1</value>
1845 1845
                    </value>
1846 1846
                  </value>
1847
                  <value _ptr_="0xb496d88" type="list" content-type="object" content-struct-name="db.mysql.Index" key="indices">
1847
                  <value _ptr_="0xae8b440" type="list" content-type="object" content-struct-name="db.mysql.Index" key="indices">
1848 1848
                    <value type="object" struct-name="db.mysql.Index" id="be8fb98c-a6e0-11e2-95e9-080027bcf912" struct-checksum="0x309b847a">
1849
                      <value _ptr_="0xb499830" type="list" content-type="object" content-struct-name="db.mysql.IndexColumn" key="columns">
1849
                      <value _ptr_="0xa4583f0" type="list" content-type="object" content-struct-name="db.mysql.IndexColumn" key="columns">
1850 1850
                        <value type="object" struct-name="db.mysql.IndexColumn" id="be8fbbb2-a6e0-11e2-95e9-080027bcf912" struct-checksum="0x62630b3c">
1851 1851
                          <value type="int" key="columnLength">0</value>
1852 1852
                          <value type="string" key="comment"></value>
......
1869 1869
                      <link type="object" struct-name="GrtObject" key="owner">be8fb202-a6e0-11e2-95e9-080027bcf912</link>
1870 1870
                    </value>
1871 1871
                    <value type="object" struct-name="db.mysql.Index" id="9b6b7d6a-ad0c-11e2-b309-080027bcf912" struct-checksum="0x309b847a">
1872
                      <value _ptr_="0xb478c90" type="list" content-type="object" content-struct-name="db.mysql.IndexColumn" key="columns">
1872
                      <value _ptr_="0xa454000" type="list" content-type="object" content-struct-name="db.mysql.IndexColumn" key="columns">
1873 1873
                        <value type="object" struct-name="db.mysql.IndexColumn" id="9b6c8c14-ad0c-11e2-b309-080027bcf912" struct-checksum="0x62630b3c">
1874 1874
                          <value type="int" key="columnLength">0</value>
1875 1875
                          <value type="string" key="comment"></value>
......
1892 1892
                      <link type="object" struct-name="GrtObject" key="owner">be8fb202-a6e0-11e2-95e9-080027bcf912</link>
1893 1893
                    </value>
1894 1894
                    <value type="object" struct-name="db.mysql.Index" id="400c2370-f6d1-11e2-a35e-080027bcf912" struct-checksum="0x309b847a">
1895
                      <value _ptr_="0xb47dc88" type="list" content-type="object" content-struct-name="db.mysql.IndexColumn" key="columns">
1895
                      <value _ptr_="0xa4546b0" type="list" content-type="object" content-struct-name="db.mysql.IndexColumn" key="columns">
1896 1896
                        <value type="object" struct-name="db.mysql.IndexColumn" id="400c24ec-f6d1-11e2-a35e-080027bcf912" struct-checksum="0x62630b3c">
1897 1897
                          <value type="int" key="columnLength">0</value>
1898 1898
                          <value type="string" key="comment"></value>
......
1915 1915
                      <link type="object" struct-name="GrtObject" key="owner">be8fb202-a6e0-11e2-95e9-080027bcf912</link>
1916 1916
                    </value>
1917 1917
                    <value type="object" struct-name="db.mysql.Index" id="80399806-f6d1-11e2-a35e-080027bcf912" struct-checksum="0x309b847a">
1918
                      <value _ptr_="0xaa1a318" type="list" content-type="object" content-struct-name="db.mysql.IndexColumn" key="columns">
1918
                      <value _ptr_="0xae89f68" type="list" content-type="object" content-struct-name="db.mysql.IndexColumn" key="columns">
1919 1919
                        <value type="object" struct-name="db.mysql.IndexColumn" id="8039998c-f6d1-11e2-a35e-080027bcf912" struct-checksum="0x62630b3c">
1920 1920
                          <value type="int" key="columnLength">0</value>
1921 1921
                          <value type="string" key="comment"></value>
......
1945 1945
                  <value type="string" key="nextAutoInc"></value>
1946 1946
                  <value type="string" key="packKeys"></value>
1947 1947
                  <value type="int" key="partitionCount">0</value>
1948
                  <value _ptr_="0xb496e18" type="list" content-type="object" content-struct-name="db.mysql.PartitionDefinition" key="partitionDefinitions"/>
1948
                  <value _ptr_="0xae8b4f0" type="list" content-type="object" content-struct-name="db.mysql.PartitionDefinition" key="partitionDefinitions"/>
1949 1949
                  <value type="string" key="partitionExpression"></value>
1950 1950
                  <value type="string" key="partitionType"></value>
1951 1951
                  <value type="string" key="password"></value>
......
1960 1960
                  <value type="string" key="tableDataDir"></value>
1961 1961
                  <value type="string" key="tableEngine">InnoDB</value>
1962 1962
                  <value type="string" key="tableIndexDir"></value>
1963
                  <value _ptr_="0xb496db8" type="list" content-type="object" content-struct-name="db.mysql.Trigger" key="triggers"/>
1963
                  <value _ptr_="0xae8b490" type="list" content-type="object" content-struct-name="db.mysql.Trigger" key="triggers"/>
1964 1964
                  <value type="int" key="isStub">0</value>
1965 1965
                  <value type="int" key="isSystem">0</value>
1966 1966
                  <value type="int" key="isTemporary">0</value>
1967 1967
                  <value type="string" key="temporaryScope"></value>
1968 1968
                  <value type="int" key="commentedOut">0</value>
1969 1969
                  <value type="string" key="createDate">2013-04-16 14:58</value>
1970
                  <value _ptr_="0xaa5a1c8" type="dict" key="customData"/>
1970
                  <value _ptr_="0xae8b1f8" type="dict" key="customData"/>
1971 1971
                  <value type="string" key="lastChangeDate">2013-07-27 11:02</value>
1972 1972
                  <value type="int" key="modelOnly">0</value>
1973 1973
                  <value type="string" key="name">taxon_scrub</value>
......
1979 1979
                <value type="object" struct-name="db.mysql.Table" id="be8e9930-a6e0-11e2-95e9-080027bcf912" struct-checksum="0x1a403946">
1980 1980
                  <value type="string" key="avgRowLength"></value>
1981 1981
                  <value type="int" key="checksum">0</value>
1982
                  <value _ptr_="0xaa61950" type="list" content-type="object" content-struct-name="db.mysql.Column" key="columns">
1982
                  <value _ptr_="0xae867f8" type="list" content-type="object" content-struct-name="db.mysql.Column" key="columns">
1983 1983
                    <value type="object" struct-name="db.mysql.Column" id="be8e9bba-a6e0-11e2-95e9-080027bcf912" struct-checksum="0x783b5183">
1984 1984
                      <value type="int" key="autoIncrement">0</value>
1985 1985
                      <value type="string" key="characterSetName"></value>
1986
                      <value _ptr_="0xb47d1e0" type="list" content-type="object" content-struct-name="db.CheckConstraint" key="checks"/>
1986
                      <value _ptr_="0xae84468" type="list" content-type="object" content-struct-name="db.CheckConstraint" key="checks"/>
1987 1987
                      <value type="string" key="collationName"></value>
1988 1988
                      <value type="string" key="datatypeExplicitParams"></value>
1989 1989
                      <value type="string" key="defaultValue"></value>
1990 1990
                      <value type="int" key="defaultValueIsNull">0</value>
1991
                      <value _ptr_="0xaa5ab70" type="list" content-type="string" key="flags"/>
1991
                      <value _ptr_="0xae847c8" type="list" content-type="string" key="flags"/>
1992 1992
                      <value type="int" key="isNotNull">1</value>
1993 1993
                      <value type="int" key="length">767</value>
1994 1994
                      <value type="int" key="precision">-1</value>
......
2002 2002
                    <value type="object" struct-name="db.mysql.Column" id="68bcc6ce-0083-11e3-ac06-080027bcf912" struct-checksum="0x783b5183">
2003 2003
                      <value type="int" key="autoIncrement">0</value>
2004 2004
                      <value type="string" key="characterSetName"></value>
2005
                      <value _ptr_="0xacb6f98" type="list" content-type="object" content-struct-name="db.CheckConstraint" key="checks"/>
2005
                      <value _ptr_="0xae84918" type="list" content-type="object" content-struct-name="db.CheckConstraint" key="checks"/>
2006 2006
                      <value type="string" key="collationName"></value>
2007 2007
                      <value type="string" key="datatypeExplicitParams"></value>
2008 2008
                      <value type="string" key="defaultValue"></value>
2009 2009
                      <value type="int" key="defaultValueIsNull">0</value>
2010
                      <value _ptr_="0xb47dea0" type="list" content-type="string" key="flags"/>
2010
                      <value _ptr_="0xae84c78" type="list" content-type="string" key="flags"/>
2011 2011
                      <value type="int" key="isNotNull">1</value>
2012 2012
                      <value type="int" key="length">767</value>
2013 2013
                      <value type="int" key="precision">-1</value>
......
2021 2021
                    <value type="object" struct-name="db.mysql.Column" id="6c2bbbb2-0083-11e3-ac06-080027bcf912" struct-checksum="0x783b5183">
2022 2022
                      <value type="int" key="autoIncrement">0</value>
2023 2023
                      <value type="string" key="characterSetName"></value>
2024
                      <value _ptr_="0xb478e88" type="list" content-type="object" content-struct-name="db.CheckConstraint" key="checks"/>
2024
                      <value _ptr_="0xa459058" type="list" content-type="object" content-struct-name="db.CheckConstraint" key="checks"/>
2025 2025
                      <value type="string" key="collationName"></value>
2026 2026
                      <value type="string" key="datatypeExplicitParams"></value>
2027 2027
                      <value type="string" key="defaultValue"></value>
2028 2028
                      <value type="int" key="defaultValueIsNull">1</value>
2029
                      <value _ptr_="0xb480090" type="list" content-type="string" key="flags"/>
2029
                      <value _ptr_="0xa4593d8" type="list" content-type="string" key="flags"/>
2030 2030
                      <value type="int" key="isNotNull">0</value>
2031 2031
                      <value type="int" key="length">767</value>
2032 2032
                      <value type="int" key="precision">-1</value>
......
2040 2040
                    <value type="object" struct-name="db.mysql.Column" id="dc8d1c42-ad19-11e2-9d85-080027bcf912" struct-checksum="0x783b5183">
2041 2041
                      <value type="int" key="autoIncrement">0</value>
2042 2042
                      <value type="string" key="characterSetName"></value>
2043
                      <value _ptr_="0xaa5a6c0" type="list" content-type="object" content-struct-name="db.CheckConstraint" key="checks"/>
2043
                      <value _ptr_="0xa459528" type="list" content-type="object" content-struct-name="db.CheckConstraint" key="checks"/>
2044 2044
                      <value type="string" key="collationName"></value>
2045 2045
                      <value type="string" key="datatypeExplicitParams">('hstore')</value>
2046 2046
                      <value type="string" key="defaultValue"></value>
2047 2047
                      <value type="int" key="defaultValueIsNull">0</value>
2048
                      <value _ptr_="0xaa1c0b8" type="list" content-type="string" key="flags"/>
2048
                      <value _ptr_="0xa4598a8" type="list" content-type="string" key="flags"/>
2049 2049
                      <value type="int" key="isNotNull">0</value>
2050 2050
                      <value type="int" key="length">-1</value>
2051 2051
                      <value type="int" key="precision">-1</value>
......
2059 2059
                    <value type="object" struct-name="db.mysql.Column" id="a882f398-0117-11e3-b872-080027bcf912" struct-checksum="0x783b5183">
2060 2060
                      <value type="int" key="autoIncrement">0</value>
2061 2061
                      <value type="string" key="characterSetName"></value>
2062
                      <value _ptr_="0xaa15af8" type="list" content-type="object" content-struct-name="db.CheckConstraint" key="checks"/>
2062
                      <value _ptr_="0xa459a50" type="list" content-type="object" content-struct-name="db.CheckConstraint" key="checks"/>
2063 2063
                      <value type="string" key="collationName"></value>
2064 2064
                      <value type="string" key="datatypeExplicitParams"></value>
2065 2065
                      <value type="string" key="defaultValue"></value>
2066 2066
                      <value type="int" key="defaultValueIsNull">0</value>
2067
                      <value _ptr_="0xaa62208" type="list" content-type="string" key="flags"/>
2067
                      <value _ptr_="0xa459dd0" type="list" content-type="string" key="flags"/>
2068 2068
                      <value type="int" key="isNotNull">0</value>
2069 2069
                      <value type="int" key="length">-1</value>
2070 2070
                      <value type="int" key="precision">-1</value>
......
2080 2080
                  <value type="string" key="defaultCharacterSetName">utf8</value>
2081 2081
                  <value type="string" key="defaultCollationName">utf8_bin</value>
2082 2082
                  <value type="int" key="delayKeyWrite">0</value>
2083
                  <value _ptr_="0xb47ce18" type="list" content-type="object" content-struct-name="db.mysql.ForeignKey" key="foreignKeys">
2083
                  <value _ptr_="0xa453b28" type="list" content-type="object" content-struct-name="db.mysql.ForeignKey" key="foreignKeys">
... This diff was truncated because it exceeds the maximum size that can be displayed.

Also available in: Unified diff