Sha256: f1d649113d55c582ef49aa30442861fafef6632b47c76d8724857ff4854cfc91

Contents?: true

Size: 396 Bytes

Versions: 3

Compression:

Stored size: 396 Bytes

Contents

class CreatePhcpressproBlogPosts < ActiveRecord::Migration[5.0]
	def change
		create_table :phcpresspro_blog_posts do |t|

			t.string :blogpsttitle
			t.text :blogpsttext
			t.string :pststatus
			t.text :blogpstexcerpts
			t.string :pstimage

			t.integer :pstcategory_id

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

			t.timestamps null: false

		end
	end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
phcpresspro-3.0.2 db/migrate/20160716182518_create_phcpresspro_blog_posts.rb
phcpresspro-3.0.1 db/migrate/20160716182518_create_phcpresspro_blog_posts.rb
phcpresspro-3.0.0 db/migrate/20160716182518_create_phcpresspro_blog_posts.rb