Sha256: 2a473ede3453395308e1f1cc10feeb2efae9f0abdef5d5137ac4db26d4eb07a5

Contents?: true

Size: 394 Bytes

Versions: 1

Compression:

Stored size: 394 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.references :category, index: true

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

			t.timestamps

		end
	end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
phcpresspro-3.1.2 db/migrate/20160716182518_create_phcpresspro_blog_posts.rb