Sha256: a517e090e83207434843faa91ef562a9f50a87c4ee62267afdf3a1c84cf94d66

Contents?: true

Size: 246 Bytes

Versions: 14

Compression:

Stored size: 246 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

14 entries across 14 versions & 1 rubygems

Version Path
phcpress-6.4.4 db/migrate/20160720181307_create_phcpress_articles_posts.rb
phcpress-6.4.3 db/migrate/20160720181307_create_phcpress_articles_posts.rb
phcpress-6.4.2 db/migrate/20160720181307_create_phcpress_articles_posts.rb
phcpress-6.4.1 db/migrate/20160720181307_create_phcpress_articles_posts.rb
phcpress-6.4.0 db/migrate/20160720181307_create_phcpress_articles_posts.rb
phcpress-6.3.0 db/migrate/20160720181307_create_phcpress_articles_posts.rb
phcpress-6.2.8 db/migrate/20160720181307_create_phcpress_articles_posts.rb
phcpress-6.2.7 db/migrate/20160720181307_create_phcpress_articles_posts.rb
phcpress-6.2.6 db/migrate/20160720181307_create_phcpress_articles_posts.rb
phcpress-6.2.5 db/migrate/20160720181307_create_phcpress_articles_posts.rb
phcpress-6.2.4 db/migrate/20160720181307_create_phcpress_articles_posts.rb
phcpress-6.2.3 db/migrate/20160720181307_create_phcpress_articles_posts.rb
phcpress-6.2.2 db/migrate/20160720181307_create_phcpress_articles_posts.rb
phcpress-6.2.1 db/migrate/20160720181307_create_phcpress_articles_posts.rb