Sha256: 95c9a71bc51c5e12b482e6d326b241ba04208f3d3896b0503370592773c31252

Contents?: true

Size: 333 Bytes

Versions: 9

Compression:

Stored size: 333 Bytes

Contents

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

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

      t.string :slug

      t.string :user_id
      t.string :org_id

      t.timestamps

    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
phcpress-50.0.0 db/migrate/20160718204718_create_phcpress_article_posts.rb
phcpress-49.0.0 db/migrate/20160718204718_create_phcpress_article_posts.rb
phcpress-48.0.0 db/migrate/20160718204718_create_phcpress_article_posts.rb
phcpress-47.1.0 db/migrate/20160718204718_create_phcpress_article_posts.rb
phcpress-47.0.0 db/migrate/20160718204718_create_phcpress_article_posts.rb
phcpress-46.0.0 db/migrate/20160718204718_create_phcpress_article_posts.rb
phcpress-45.0.0 db/migrate/20160718204718_create_phcpress_article_posts.rb
phcpress-44.0.0 db/migrate/20160718204718_create_phcpress_article_posts.rb
phcpress-43.0.0 db/migrate/20160718204718_create_phcpress_article_posts.rb