class CreateDqAdminSlides < ActiveRecord::Migration["#{Rails::VERSION::MAJOR}.#{Rails::VERSION::MINOR}"] def change create_table :dq_admin_slides do |t| t.string :image t.string :click_link t.integer :order t.timestamps end end end