Guest User

Untitled

a guest
Jul 20th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. Article:
  2. actAs:
  3. SoftDelete:
  4. Timestampable:
  5. I18n:
  6. fields: [title, content]
  7. actAs:
  8. Sluggable:
  9. unique: true
  10. fields: [title]
  11. canUpdate: true
  12. uniqueIndex: true
  13. columns:
  14. title: string(255)
  15. summary: string
  16. content: string
  17.  
  18. Comment:
  19. actAs:
  20. SoftDelete:
  21. Timestampable:
  22. columns:
  23. user_id: string(255)
  24. content: string
Add Comment
Please, Sign In to add comment