Guest User

Untitled

a guest
Jul 19th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. create_table "messages", :force => true do |t|
  2. t.integer "user_id", :null => false
  3. t.string "message", :null => false
  4. t.datetime "created_at", :null => false
  5. t.string "photo_file_name"
  6. t.string "photo_content_type"
  7. t.integer "photo_file_size"
  8. t.datetime "photo_updated_at"
  9. end
Add Comment
Please, Sign In to add comment