Sha256: ca141f1b78fa36bec8746be92093a108eed93a9e4dcabcd240a485327997524d
Contents?: true
Size: 198 Bytes
Versions: 1
Compression:
Stored size: 198 Bytes
Contents
class CreatePages < ActiveRecord::Migration def change create_table :pages do |t| t.string :color_1 t.string :color_2 t.string :color_3 t.timestamps end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bootstrap-colorpicker2-rails-0.0.1 | test/colorpicker2_rails_test/db/migrate/20141004181002_create_pages.rb |