Sha256: 9dc858f7998df3a4fd535b20981d94e9e87422764281c412282ae39108724bfe

Contents?: true

Size: 143 Bytes

Versions: 4

Compression:

Stored size: 143 Bytes

Contents

class CreateTag < ActiveRecord::Migration
  def change
    create_table :tags do |t|
      t.string :name
      t.timestamps
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
carnival-0.1.3 test/carnival-sample-application/db/migrate/20140922143128_create_tag.rb
carnival-0.1.2 test/carnival-sample-application/db/migrate/20140922143128_create_tag.rb
carnival-0.1.1 test/carnival-sample-application/db/migrate/20140922143128_create_tag.rb
carnival-0.1.0 test/carnival-sample-application/db/migrate/20140922143128_create_tag.rb