Sha256: 5ac1585095336afc4baf764fe937be66fd87757f72e5d667f41aa32e2da0141a

Contents?: true

Size: 317 Bytes

Versions: 5

Compression:

Stored size: 317 Bytes

Contents

class CreatePhcpressArticlePosts < ActiveRecord::Migration[7.0]
  def change
    create_table :phcpress_article_posts do |t|

      t.string :post_title
      t.text :post_text
      t.string :post_status
      t.string :post_image

      t.string :slug
      t.string :user_id

      t.timestamps

    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
phcpress-57.0.4 db/migrate/20190315010932_create_phcpress_article_posts.rb
phcpress-57.0.3 db/migrate/20190315010932_create_phcpress_article_posts.rb
phcpress-57.0.2 db/migrate/20190315010932_create_phcpress_article_posts.rb
phcpress-57.0.1 db/migrate/20190315010932_create_phcpress_article_posts.rb
phcpress-57.0.0 db/migrate/20190315010932_create_phcpress_article_posts.rb