Sha256: 240826f96f34a9b68a6231df3e14afc128615bedb57515c622f2a632acf162d8

Contents?: true

Size: 269 Bytes

Versions: 4

Compression:

Stored size: 269 Bytes

Contents

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
dq_admin-0.4.3 db/migrate/20180318070806_create_dq_admin_slides.rb
dq_admin-0.4.2 db/migrate/20180318070806_create_dq_admin_slides.rb
dq_admin-0.4.0 db/migrate/20180318070806_create_dq_admin_slides.rb
dq_admin-0.3.0 db/migrate/20180318070806_create_dq_admin_slides.rb