Sha256: f1809eb12216e10d38241c4aee38f12ac25cd787d3d1cb9a0690823f3b11a7fa

Contents?: true

Size: 336 Bytes

Versions: 6

Compression:

Stored size: 336 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.integer :user_id

			t.timestamps null: false

		end
	end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
phcpresspro-2.2.1 db/migrate/20160316131626_create_phcpresspro_news_posts.rb
phcpresspro-2.2.0 db/migrate/20160316131626_create_phcpresspro_news_posts.rb
phcpresspro-2.1.3 db/migrate/20160316131626_create_phcpresspro_news_posts.rb
phcpresspro-2.1.2 db/migrate/20160316131626_create_phcpresspro_news_posts.rb
phcpresspro-2.1.1 db/migrate/20160316131626_create_phcpresspro_news_posts.rb
phcpresspro-2.1.0 db/migrate/20160316131626_create_phcpresspro_news_posts.rb