Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Category:
- actAs:
- Timestampable: ~
- Sluggable:
- unique: true
- canUpdate: true
- fields: [name]
- builder: [myTools, StripText]
- I18n:
- fields: [name]
- columns:
- name: { type: string(255), notnull: true }
- Subcategory:
- actAs:
- Timestampable: ~
- Sluggable:
- unique: true
- canUpdate: true
- fields: [name]
- builder: [myTools, StripText]
- I18n:
- fields: [name]
- columns:
- category_id: { type: integer() }
- name: { type: string(255), notnull: true }
- relations:
- Category: { onDelete: CASCADE,local: category_id , foreign: id }
Advertisement
Add Comment
Please, Sign In to add comment