Sha256: f3830f33a45db61547cc2f561b686bb33881b7a0c5c61e8284ff8f004293850a

Contents?: true

Size: 185 Bytes

Versions: 1

Compression:

Stored size: 185 Bytes

Contents

class CreateOtherItems < ActiveRecord::Migration
  def change
    create_table :other_items do |t|
      t.string :title
      t.integer :sequence

      t.timestamps
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rails_sortable-0.0.5 spec/dummy/db/migrate/20170414031946_create_other_items.rb