Sha256: 9fe997c58cfd2428a62668f62a344cd52fa702d3d25360b03d5d95e74206ac19

Contents?: true

Size: 244 Bytes

Versions: 16

Compression:

Stored size: 244 Bytes

Contents

class CreatePhcpressArticlesPosts < ActiveRecord::Migration[5.0]
	def change
		create_table :phcpress_articles_posts do |t|

			t.string :psttitle
			t.text :psttext
			t.string :pststatus
			t.string :pstimage

			t.timestamps

		end
	end
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
phcpress-6.2.0 db/migrate/20160720181307_create_phcpress_articles_posts.rb
phcpress-6.1.3 db/migrate/20160720181307_create_phcpress_articles_posts.rb
phcpress-6.1.1 db/migrate/20160720181307_create_phcpress_articles_posts.rb
phcpress-6.1.0 db/migrate/20160720181307_create_phcpress_articles_posts.rb
phcpress-6.0.0 db/migrate/20160720181307_create_phcpress_articles_posts.rb
phcpress-5.3.9 db/migrate/20160720181307_create_phcpress_articles_posts.rb
phcpress-5.3.8 db/migrate/20160720181307_create_phcpress_articles_posts.rb
phcpress-5.3.7 db/migrate/20160720181307_create_phcpress_articles_posts.rb
phcpress-5.3.6 db/migrate/20160720181307_create_phcpress_articles_posts.rb
phcpress-5.3.5 db/migrate/20160720181307_create_phcpress_articles_posts.rb
phcpress-5.3.4 db/migrate/20160720181307_create_phcpress_articles_posts.rb
phcpress-5.3.3 db/migrate/20160720181307_create_phcpress_articles_posts.rb
phcpress-5.3.2 db/migrate/20160720181307_create_phcpress_articles_posts.rb
phcpress-5.3.0 db/migrate/20160720181307_create_phcpress_articles_posts.rb
phcpress-5.2.1 db/migrate/20160720181307_create_phcpress_articles_posts.rb
phcpress-5.2.0 db/migrate/20160720181307_create_phcpress_articles_posts.rb