Sha256: 37c7393b59f6cc41a90c36f66684cfa7510bbe4d03883799c819a8cb0c5d7703

Contents?: true

Size: 254 Bytes

Versions: 8

Compression:

Stored size: 254 Bytes

Contents

class CreateC80PushPresets < ActiveRecord::Migration[5.0]
  def change
    create_table :c80_push_presets do |t|
      t.string :title, null: false, limit: 90
      t.string :color, null: false, limit: 10
      t.timestamps null: false
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
c80_push-0.1.0.11 db/migrate/20170630061313_create_c80_push_presets.rb
c80_push-0.1.0.10 db/migrate/20170630061313_create_c80_push_presets.rb
c80_push-0.1.0.8 db/migrate/20170630061313_create_c80_push_presets.rb
c80_push-0.1.0.7 db/migrate/20170630061313_create_c80_push_presets.rb
c80_push-0.1.0.6 db/migrate/20170630061313_create_c80_push_presets.rb
c80_push-0.1.0.5 db/migrate/20170630061313_create_c80_push_presets.rb
c80_push-0.1.0.4 db/migrate/20170630061313_create_c80_push_presets.rb
c80_push-0.1.0.3 db/migrate/20170630061313_create_c80_push_presets.rb