Sha256: d5024e16b72f05165fc6c26339c0a82e0cf21cbd9ec511f8ddd94a4d47e5962b

Contents?: true

Size: 339 Bytes

Versions: 25

Compression:

Stored size: 339 Bytes

Contents

class CreatePhcpressproArticlePosts < ActiveRecord::Migration[5.1]
  def change
    create_table :phcpresspro_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

25 entries across 25 versions & 1 rubygems

Version Path
phcpresspro-30.0.0 db/migrate/20160718204718_create_phcpresspro_article_posts.rb
phcpresspro-29.0.1 db/migrate/20160718204718_create_phcpresspro_article_posts.rb
phcpresspro-29.0.0 db/migrate/20160718204718_create_phcpresspro_article_posts.rb
phcpresspro-28.0.0 db/migrate/20160718204718_create_phcpresspro_article_posts.rb
phcpresspro-27.0.0 db/migrate/20160718204718_create_phcpresspro_article_posts.rb