Getting serious autogenerated files now!

This commit is contained in:
Simon Brooke 2018-05-13 18:36:17 +01:00
parent 0eac2f5581
commit 162274c23f
2 changed files with 340 additions and 674 deletions

File diff suppressed because it is too large Load diff

View file

@ -45,7 +45,7 @@
<entity name="electors"> <entity name="electors">
<key> <key>
<property required="true" type="integer" name="id" column="id" immutable="true"> <property required="true" type="integer" name="id" column="id" immutable="true" distinct="system">
<prompt prompt="id" locale="en-GB"/> <prompt prompt="id" locale="en-GB"/>
</property> </property>
</key> </key>
@ -82,13 +82,13 @@
<prompt prompt="id" locale="en-GB"/> <prompt prompt="id" locale="en-GB"/>
</property> </property>
</key> </key>
<property size='256' required="true" type="string" name="address" column="address" size="256" distinct="user"> <property required="true" type="string" name="address" column="address" size="256" distinct="user">
<prompt prompt="address" locale="en-GB"/> <prompt prompt="address" locale="en-GB"/>
</property> </property>
<property type="defined" typedef="postcode" name="postcode" column="postcode" size="16" distinct="user"> <property type="defined" typedef="postcode" name="postcode" column="postcode" size="16" distinct="user">
<prompt prompt="postcode" locale="en-GB"/> <prompt prompt="postcode" locale="en-GB"/>
</property> </property>
<property size='16' type="string" name="phone" column="phone" size="16"> <property type="string" name="phone" column="phone" size="16">
<prompt prompt="phone" locale="en-GB"/> <prompt prompt="phone" locale="en-GB"/>
</property> </property>
<property type="entity" name="district_id" column="district_id" entity="districts" farkey="id"> <property type="entity" name="district_id" column="district_id" entity="districts" farkey="id">