Sha256: ed14497b68cacd8621fc0f54d2179526ce4fddf6362eb71f9dd9e8efcd1e0c6d

Contents?: true

Size: 349 Bytes

Versions: 4

Compression:

Stored size: 349 Bytes

Contents

class CreatePhcpressproArticlePosts < ActiveRecord::Migration[7.0]
  def change
    create_table :phcpresspro_article_posts do |t|

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

      t.string :slug

      t.string :user_id
      t.string :org_id

      t.timestamps

    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
phcpresspro-87.0.3 db/migrate/20190315010932_create_phcpresspro_article_posts.rb
phcpresspro-87.0.2 db/migrate/20190315010932_create_phcpresspro_article_posts.rb
phcpresspro-87.0.1 db/migrate/20190315010932_create_phcpresspro_article_posts.rb
phcpresspro-87.0.0 db/migrate/20190315010932_create_phcpresspro_article_posts.rb