Sha256: 82e172ce0aa14535cb14ab77aac7ed6247cdbe6f527d6d69f7bef21f5e04bb39

Contents?: true

Size: 207 Bytes

Versions: 5

Compression:

Stored size: 207 Bytes

Contents

class CreateSpecialCustomPosts < ActiveRecord::Migration
  def change
    create_table :special_custom_posts do |t|
      t.string :title
      t.text :body

      t.timestamps null: false
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
deforest-1.1.1 test/dummy/db/migrate/20230218161957_create_special_custom_posts.rb
deforest-1.1.0 test/dummy/db/migrate/20230218161957_create_special_custom_posts.rb
deforest-1.0.2 test/dummy/db/migrate/20230218161957_create_special_custom_posts.rb
deforest-1.0.1 test/dummy/db/migrate/20230218161957_create_special_custom_posts.rb
deforest-1.0.0 test/dummy/db/migrate/20230218161957_create_special_custom_posts.rb