]> Raphaƫl G. Git Repositories - blogbundle/blobdiff - Resources/config/doctrine/ArticleKeyword.orm.yml
Add doctrine configuration
[blogbundle] / Resources / config / doctrine / ArticleKeyword.orm.yml
diff --git a/Resources/config/doctrine/ArticleKeyword.orm.yml b/Resources/config/doctrine/ArticleKeyword.orm.yml
new file mode 100644 (file)
index 0000000..5a396c4
--- /dev/null
@@ -0,0 +1,12 @@
+Rapsys\BlogBundle\Entity\ArticleKeyword:
+    type: entity
+    table: articles_keywords
+    id:
+        article_id:
+            type: integer
+            options:
+                unsigned: true
+        keyword_id:
+            type: integer
+            options:
+                unsigned: true