Author: johannes
Date: 2005-06-17 07:45:09 -0500 (Fri, 17 Jun 2005)
New Revision: 7612
Modified:
trunk/gnue-forms/samples/zipcode/zipcode.gsd
Log:
changed gsd tags
Modified: trunk/gnue-forms/samples/zipcode/zipcode.gsd
===================================================================
--- trunk/gnue-forms/samples/zipcode/zipcode.gsd 2005-06-17 12:33:21 UTC
(rev 7611)
+++ trunk/gnue-forms/samples/zipcode/zipcode.gsd 2005-06-17 12:45:09 UTC
(rev 7612)
@@ -24,21 +24,15 @@
<pkfield name="zip"/>
</primarykey>
<constraints>
- <constraint name="fk_zipcode_state" type="foreignkey">
- <constraintfield name="state"/>
- <constraintref name="state" table="state"/>
- </constraint>
+ <foreignkey name="fk_zipcode_state" references="state">
+ <fkfield name="state" references="state"/>
+ </foreignkey>
</constraints>
</table>
</tables>
<data>
<tabledata name="states_data" tablename="state">
- <definition>
- <column field="state" key="Y" type="string(2)"/>
- <column field="description" type="string(30)"/>
- </definition>
-
<rows>
<row>
<value field="state">AL</value>
_______________________________________________
Commit-gnue mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnue