Rajout de doctrine/orm
[zf2.biz/application_blanche.git] / vendor / doctrine / orm / tests / Doctrine / Tests / ORM / Mapping / yaml / Doctrine.Tests.Models.DDC964.DDC964Guest.dcm.yml
diff --git a/vendor/doctrine/orm/tests/Doctrine/Tests/ORM/Mapping/yaml/Doctrine.Tests.Models.DDC964.DDC964Guest.dcm.yml b/vendor/doctrine/orm/tests/Doctrine/Tests/ORM/Mapping/yaml/Doctrine.Tests.Models.DDC964.DDC964Guest.dcm.yml
new file mode 100644 (file)
index 0000000..ec7936f
--- /dev/null
@@ -0,0 +1,13 @@
+Doctrine\Tests\Models\DDC964\DDC964Guest:
+  type: entity
+  attributeOverride:
+    id:
+      column: guest_id
+      type: integer
+      length: 140
+    name:
+      column: guest_name
+      type: string
+      length: 240
+      nullable: false
+      unique: true
\ No newline at end of file