Sha256: c8c9d4f050d8c763abaef363ad20ce307e3e6bb723abc2cbf0a237afcd0261f5

Contents?: true

Size: 153 Bytes

Versions: 5

Compression:

Stored size: 153 Bytes

Contents

class CreatePosts < ActiveRecord::Migration[6.0]
  def change
    create_table :posts do |t|
      t.string :title

      t.timestamps
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
futurism-1.2.0 test/dummy/db/migrate/20200711122838_create_posts.rb
futurism-1.2.0.rc2 test/dummy/db/migrate/20200711122838_create_posts.rb
futurism-1.2.0.rc1 test/dummy/db/migrate/20200711122838_create_posts.rb
futurism-1.2.0.pre11 test/dummy/db/migrate/20200711122838_create_posts.rb
futurism-1.2.0.pre10 test/dummy/db/migrate/20200711122838_create_posts.rb