Sha256: 8a2d79c4b37df59cc78045f330dc651b46b5b75262071e57bab264803c889083

Contents?: true

Size: 383 Bytes

Versions: 4

Compression:

Stored size: 383 Bytes

Contents

class CreatePhcpressproArticlesPosts < ActiveRecord::Migration[5.1]
  def change
    create_table :phcpresspro_articles_posts do |t|

      t.string :psttitle
      t.text :psttext
      t.string :pststatus
      t.string :pstimage

      t.string :user_id
      t.string :user_name
      t.string :membership_id
      t.string :oganization_id

      t.timestamps

    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
phcpresspro-12.0.1 db/migrate/20160718204718_create_phcpresspro_articles_posts.rb
phcpresspro-12.0.0 db/migrate/20160718204718_create_phcpresspro_articles_posts.rb
phcpresspro-11.0.1 db/migrate/20160718204718_create_phcpresspro_articles_posts.rb
phcpresspro-11.0.0 db/migrate/20160718204718_create_phcpresspro_articles_posts.rb