X-Git-Url: https://git.rapsys.eu/blogbundle/blobdiff_plain/7ab0c56bbb9c228d9b6b24cdee90c1fa73570a6a..97215da101c2bd6c0ba7fc0beb45a2bb045220dd:/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 index 0000000..5a396c4 --- /dev/null +++ b/Resources/config/doctrine/ArticleKeyword.orm.yml @@ -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