Sha256: 65874ef2aefc068faee30f5f79b67e6ed710d73ee44c52002d1cf5be95d1862b

Contents?: true

Size: 194 Bytes

Versions: 5

Compression:

Stored size: 194 Bytes

Contents

class CreateSpecialPosts < ActiveRecord::Migration
  def change
    create_table :special_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/20230218121433_create_special_posts.rb
deforest-1.1.0 test/dummy/db/migrate/20230218121433_create_special_posts.rb
deforest-1.0.2 test/dummy/db/migrate/20230218121433_create_special_posts.rb
deforest-1.0.1 test/dummy/db/migrate/20230218121433_create_special_posts.rb
deforest-1.0.0 test/dummy/db/migrate/20230218121433_create_special_posts.rb