Sha256: bfb76e1111d366aa595cb3409204dd93f50cdbdf9a48abc552f8cc38670501f8

Contents?: true

Size: 154 Bytes

Versions: 2

Compression:

Stored size: 154 Bytes

Contents

class CreateOrders < ActiveRecord::Migration[5.1]
  def change
    create_table :orders do |t|
      t.string :name

      t.timestamps
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rows_controller-2.1.3 test/dummy5/db/migrate/001_create_orders.rb
rows_controller-2.1.2 test/dummy5/db/migrate/001_create_orders.rb