Sha256: 06c6f75e65d647b7e95a16680f0c5d129c93b3b6d24439feacef20955d5f3cad

Contents?: true

Size: 169 Bytes

Versions: 5

Compression:

Stored size: 169 Bytes

Contents

class CreatePrototypes < ActiveRecord::Migration
  def change
    create_table :prototypes do |t|
      t.string :name

      t.timestamps null: false
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
blacksand-2.5.0 db/migrate/20151112055425_create_prototypes.rb
blacksand-2.4.1 db/migrate/20151112055425_create_prototypes.rb
blacksand-2.4.0 db/migrate/20151112055425_create_prototypes.rb
blacksand-2.3.0 db/migrate/20151112055425_create_prototypes.rb
blacksand-2.2.2.1 db/migrate/20151112055425_create_prototypes.rb