Sha256: b399418bc8237890096e45c36f2683c7b45d1c64d5d4a10a3d94e32b68d7573d

Contents?: true

Size: 181 Bytes

Versions: 7

Compression:

Stored size: 181 Bytes

Contents

class CreateCategoricalTags < ActiveRecord::Migration
  def change
    create_table :categorical_tags do |t|
      t.string :label

      t.timestamps null: false
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
categorical-0.0.10 db/migrate/20150919153408_create_categorical_tags.rb
categorical-0.0.9.1 db/migrate/20150919153408_create_categorical_tags.rb
categorical-0.0.9 db/migrate/20150919153408_create_categorical_tags.rb
categorical-0.0.9.rc db/migrate/20150919153408_create_categorical_tags.rb
categorical-0.0.8.rc db/migrate/20150919153408_create_categorical_tags.rb
categorical-0.0.6.rc db/migrate/20150919153408_create_categorical_tags.rb
categorical-0.0.4 db/migrate/20150919153408_create_categorical_tags.rb