we give out generic names to non-named constraints now
Justin Hunter [Wed, 22 Sep 2010 15:01:38 +0000 (08:01 -0700)]
t/24yaml.t

index 6bdec8a..e487120 100644 (file)
@@ -110,7 +110,7 @@ schema:
           expression: ''
           fields: []
           match_type: ''
-          name: ''
+          name: constraint
           on_delete: ''
           on_update: ''
           options: []
@@ -123,7 +123,7 @@ schema:
             - pet_id
             - person_id
           match_type: ''
-          name: ''
+          name: primary_key
           on_delete: ''
           on_update: ''
           options: []
@@ -135,7 +135,7 @@ schema:
           fields:
             - person_id
           match_type: ''
-          name: ''
+          name: foreign_key
           on_delete: ''
           on_update: ''
           options: []