Sha256: 83c479709a8e064208d2b82748e88b37be685c1c45d10253bb8bb4a441e8623d

Contents?: true

Size: 145 Bytes

Versions: 6

Compression:

Stored size: 145 Bytes

Contents

class CreateMonologueTags < ActiveRecord::Migration
  def change
    create_table :monologue_tags do |t|
      t.string :name

    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
monologue-0.5.0 db/migrate/20120514164158_create_monologue_tags.rb
monologue-0.4.1 db/migrate/20120514164158_create_monologue_tags.rb
monologue-0.4.0 db/migrate/20120514164158_create_monologue_tags.rb
monologue-0.3.0 db/migrate/20120514164158_create_monologue_tags.rb
monologue-0.2.0 db/migrate/20120514164158_create_monologue_tags.rb
monologue-0.2.0.beta3 db/migrate/20120514164158_create_monologue_tags.rb