Sha256: e7c3138998ee1fefe66c10bc5a6d3663f48c3daa025d32ac9c2e740639b33f9c

Contents?: true

Size: 185 Bytes

Versions: 20

Compression:

Stored size: 185 Bytes

Contents

class CreateIllustrations < ActiveRecord::Migration
  def change
    create_table :illustrations do |t|
      t.string :name
      t.string :image

      t.timestamps
    end
  end
end

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
tkh_illustrations-0.9.6 lib/generators/tkh_illustrations/create_or_update_migrations/templates/create_illustrations.rb
tkh_illustrations-0.9.5 lib/generators/tkh_illustrations/create_or_update_migrations/templates/create_illustrations.rb
tkh_illustrations-0.9.4 lib/generators/tkh_illustrations/create_or_update_migrations/templates/create_illustrations.rb
tkh_illustrations-0.9.3 lib/generators/tkh_illustrations/create_or_update_migrations/templates/create_illustrations.rb
tkh_illustrations-0.9.2 lib/generators/tkh_illustrations/create_or_update_migrations/templates/create_illustrations.rb
tkh_illustrations-0.9.1 lib/generators/tkh_illustrations/create_or_update_migrations/templates/create_illustrations.rb
tkh_illustrations-0.2.5 lib/generators/tkh_illustrations/create_or_update_migrations/templates/create_illustrations.rb
tkh_illustrations-0.9 lib/generators/tkh_illustrations/create_or_update_migrations/templates/create_illustrations.rb
tkh_illustrations-0.2.4 lib/generators/tkh_illustrations/create_or_update_migrations/templates/create_illustrations.rb
tkh_illustrations-0.2.3 lib/generators/tkh_illustrations/create_or_update_migrations/templates/create_illustrations.rb
tkh_illustrations-0.2 lib/generators/tkh_illustrations/create_or_update_migrations/templates/create_illustrations.rb
tkh_illustrations-0.1 lib/generators/tkh_illustrations/create_or_update_migrations/templates/create_illustrations.rb
tkh_illustrations-0.0.10 lib/generators/tkh_illustrations/create_or_update_migrations/templates/create_illustrations.rb
tkh_illustrations-0.0.9 lib/generators/tkh_illustrations/create_or_update_migrations/templates/create_illustrations.rb
tkh_illustrations-0.0.8 lib/generators/tkh_illustrations/create_or_update_migrations/templates/create_illustrations.rb
tkh_illustrations-0.0.7 lib/generators/tkh_illustrations/create_or_update_migrations/templates/create_illustrations.rb
tkh_illustrations-0.0.6 lib/generators/tkh_illustrations/create_migration/templates/create_illustrations.rb
tkh_illustrations-0.0.5 lib/generators/tkh_illustrations/install/templates/create_illustrations.rb
tkh_illustrations-0.0.4 lib/generators/tkh_illustrations/install/templates/create_illustrations.rb
tkh_illustrations-0.0.3 lib/generators/tkh_illustrations/install/templates/create_illustrations.rb