Sha256: d2b947ba6368b6bc3531d26d4436c2bd7cd03514a0a3fe7a6df0a8526d81671b

Contents?: true

Size: 335 Bytes

Versions: 3

Compression:

Stored size: 335 Bytes

Contents

class CreatePhcpressproNewsPosts < ActiveRecord::Migration
	def change
		create_table :phcpresspro_news_posts do |t|

			t.string :newspsttitle
			t.text :newspsttext
			t.string :pststatus
			t.text :newspstexcerpts
			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/20160316131626_create_phcpresspro_news_posts.rb
phcpresspro-2.2.3 db/migrate/20160316131626_create_phcpresspro_news_posts.rb
phcpresspro-2.2.2 db/migrate/20160316131626_create_phcpresspro_news_posts.rb