Sha256: 4c60e3e4339874c4bff740885d2f4830368ee2d914142c6bf1b69149e39fbb33

Contents?: true

Size: 341 Bytes

Versions: 5

Compression:

Stored size: 341 Bytes

Contents

class CreatePhcpressArticlesPosts < ActiveRecord::Migration[5.0]
  def change
  
    create_table :phcpress_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.timestamps
    
    end
  
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
phcpress-7.1.2 db/migrate/20160720181307_create_phcpress_articles_posts.rb
phcpress-7.1.1 db/migrate/20160720181307_create_phcpress_articles_posts.rb
phcpress-7.1.0 db/migrate/20160720181307_create_phcpress_articles_posts.rb
phcpress-7.0.0 db/migrate/20160720181307_create_phcpress_articles_posts.rb
phcpress-6.7.3 db/migrate/20160720181307_create_phcpress_articles_posts.rb