Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ---
- structure:
- namespace: Acme\FooBundle\Entity
- tables:
- user:
- columns:
- userID:
- type: int
- unsigned: true
- auto_increment: true
- index:
- primary:
- type: primary
- groupID:
- type: int
- unsigned: true
- null: true
- default: null
- index:
- groupID:
- type: index
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement