Rajout de doctrine/orm
[zf2.biz/application_blanche.git] / vendor / doctrine / orm / tests / Doctrine / Tests / ORM / Mapping / yaml / Doctrine.Tests.ORM.Mapping.DDC1170Entity.dcm.yml
diff --git a/vendor/doctrine/orm/tests/Doctrine/Tests/ORM/Mapping/yaml/Doctrine.Tests.ORM.Mapping.DDC1170Entity.dcm.yml b/vendor/doctrine/orm/tests/Doctrine/Tests/ORM/Mapping/yaml/Doctrine.Tests.ORM.Mapping.DDC1170Entity.dcm.yml
new file mode 100644 (file)
index 0000000..8b2ac51
--- /dev/null
@@ -0,0 +1,10 @@
+Doctrine\Tests\ORM\Mapping\DDC1170Entity:
+  type: entity
+  id:
+    id: 
+      columnDefinition: INT unsigned NOT NULL
+      generator:
+        strategy: NONE
+  fields:
+    value:
+      columnDefinition: VARCHAR(255) NOT NULL
\ No newline at end of file