Sha256: 9d37d377601c5147c085b208d914e78c78084fa750d6c4354fc05923c0861e4f

Contents?: true

Size: 390 Bytes

Versions: 5

Compression:

Stored size: 390 Bytes

Contents

class CreatePhcpressproArticlesPosts < ActiveRecord::Migration[5.0]
	def change
		create_table :phcpresspro_articles_posts do |t|

			t.string :psttitle
			t.text :psttext
			t.string :pststatus
			t.text :pstexcerpts
			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

5 entries across 5 versions & 1 rubygems

Version Path
phcpresspro-4.0.4 db/migrate/20160718204718_create_phcpresspro_articles_posts.rb
phcpresspro-4.0.3 db/migrate/20160718204718_create_phcpresspro_articles_posts.rb
phcpresspro-4.0.2 db/migrate/20160718204718_create_phcpresspro_articles_posts.rb
phcpresspro-4.0.1 db/migrate/20160718204718_create_phcpresspro_articles_posts.rb
phcpresspro-4.0.0 db/migrate/20160718204718_create_phcpresspro_articles_posts.rb