]> Raphaƫl G. Git Repositories - blogbundle/blob - Resources/config/doctrine/ArticleKeyword.orm.yml
Add doctrine configuration
[blogbundle] / Resources / config / doctrine / ArticleKeyword.orm.yml
1 Rapsys\BlogBundle\Entity\ArticleKeyword:
2 type: entity
3 table: articles_keywords
4 id:
5 article_id:
6 type: integer
7 options:
8 unsigned: true
9 keyword_id:
10 type: integer
11 options:
12 unsigned: true