Sha256: cc289744dc4c70ec3fd741d60edfa4d49cd7787d5e5940772c9f42c7962aadd0

Contents?: true

Size: 384 Bytes

Versions: 12

Compression:

Stored size: 384 Bytes

Contents

class CreatePhcpressproNewsPosts < ActiveRecord::Migration[5.0]
	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.string :membership_id
			t.string :oganization_id

			t.timestamps

		end
	end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
phcpresspro-3.1.1 db/migrate/20160716182409_create_phcpresspro_news_posts.rb
phcpresspro-3.1.0 db/migrate/20160716182409_create_phcpresspro_news_posts.rb
phcpresspro-3.0.9 db/migrate/20160716182409_create_phcpresspro_news_posts.rb
phcpresspro-3.0.8 db/migrate/20160716182409_create_phcpresspro_news_posts.rb
phcpresspro-3.0.7 db/migrate/20160716182409_create_phcpresspro_news_posts.rb
phcpresspro-3.0.6 db/migrate/20160716182409_create_phcpresspro_news_posts.rb
phcpresspro-3.0.5 db/migrate/20160716182409_create_phcpresspro_news_posts.rb
phcpresspro-3.0.4 db/migrate/20160716182409_create_phcpresspro_news_posts.rb
phcpresspro-3.0.3 db/migrate/20160716182409_create_phcpresspro_news_posts.rb
phcpresspro-3.0.2 db/migrate/20160716182409_create_phcpresspro_news_posts.rb
phcpresspro-3.0.1 db/migrate/20160716182409_create_phcpresspro_news_posts.rb
phcpresspro-3.0.0 db/migrate/20160716182409_create_phcpresspro_news_posts.rb