Sha256: 3f82b78147e444028e6d89cbd325aa7775c26123021f6b6b19814ab846bb7fd2

Contents?: true

Size: 172 Bytes

Versions: 6

Compression:

Stored size: 172 Bytes

Contents

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

      t.timestamps
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
cubism-0.2.0 test/dummy/db/migrate/20220102072929_create_posts.rb
cubism-0.1.1 test/dummy/db/migrate/20220102072929_create_posts.rb
cubism-0.1.0 test/dummy/db/migrate/20220102072929_create_posts.rb
cubism-0.1.0.rc2 test/dummy/db/migrate/20220102072929_create_posts.rb
cubism-0.1.0.rc1 test/dummy/db/migrate/20220102072929_create_posts.rb
cubism-0.1.0.pre13 test/dummy/db/migrate/20220102072929_create_posts.rb