Guest User

Untitled

a guest
Jun 18th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. # == Schema Information
  2. #
  3. # Table name: posts
  4. #
  5. # id :integer not null, primary key
  6. # title :string
  7. # body :text
  8. # description :text
  9. # slug :string
  10. # created_at :datetime not null
  11. # updated_at :datetime not null
  12. # image_file_name :string
  13. # image_content_type :string
  14. # image_file_size :integer
  15. # image_updated_at :datetime
  16. # thumbnail_file_name :string
  17. # thumbnail_content_type :string
  18. # thumbnail_file_size :integer
  19. # thumbnail_updated_at :datetime
  20. # published :boolean default("f")
  21. # published_at :datetime
  22. #
Add Comment
Please, Sign In to add comment