Guest User

Untitled

a guest
Jan 22nd, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. Static:
  2. actAs:
  3. Timestampable: ~
  4. I18n:
  5. fields: [title, content]
  6. Searchable:
  7. fields: [title, content]
  8. Sluggable:
  9. unique: true
  10. fields: [title]
  11. canUpdate: true
  12. columns:
  13. title: { type: string(45), notnull: true }
  14. content: { type: blob, notnull: true }
Add Comment
Please, Sign In to add comment