Advertisement
Guest User

Untitled

a guest
Mar 28th, 2017
59
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 "tccs", force: :cascade do |t|
  2. t.string "titulo"
  3. t.datetime "created_at", null: false
  4. t.datetime "updated_at", null: false
  5. t.string "arquivo_file_name"
  6. t.string "arquivo_content_type"
  7. t.integer "arquivo_file_size"
  8. t.datetime "arquivo_updated_at"
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement