Sha256: 82f3b9e0cd9292c49165b1019401ef985b26b16a16ff0a829aa003da00f3460f

Contents?: true

Size: 160 Bytes

Versions: 2

Compression:

Stored size: 160 Bytes

Contents

class CreateSpinaColors < ActiveRecord::Migration
  def change
    create_table :spina_colors do |t|
      t.text :content
      t.timestamps
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
spina-0.6.22 db/migrate/20150430085527_create_spina_colors.rb
spina-0.6.21 db/migrate/20150430085527_create_spina_colors.rb