Sha256: f528bbf89ba9ae953533c8ebcc0e2d6aa0f373c4cbe967d17ca681fa1fe25597

Contents?: true

Size: 335 Bytes

Versions: 3

Compression:

Stored size: 335 Bytes

Contents

class CreatePhcpressproBlogPosts < ActiveRecord::Migration
	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.timestamps null: false

		end
	end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
phcpresspro-2.2.5 db/migrate/20160316131650_create_phcpresspro_blog_posts.rb
phcpresspro-2.2.3 db/migrate/20160316131650_create_phcpresspro_blog_posts.rb
phcpresspro-2.2.2 db/migrate/20160316131650_create_phcpresspro_blog_posts.rb