class CreateCambiumDocuments < ActiveRecord::Migration def change create_table :cambium_documents do |t| t.string :title t.string :upload_name t.string :upload_uid t.timestamps null: false end end end