Sha256: 8dbabc365fe239255f2eb8602b8e1e2871f65b63007903dacf9624e910d25794

Contents?: true

Size: 351 Bytes

Versions: 1

Compression:

Stored size: 351 Bytes

Contents

class CreatePhcscriptcdnScriptAuthors < ActiveRecord::Migration[5.0]
	def change

		create_table :phcscriptcdn_script_authors do |t|

			t.string :authorfirstname
			t.string :authorlastname

			t.string :authorwebsite
			t.string :authorgithub
			t.string :authortwitter

			t.string :user_id
			t.string :user_name

			t.timestamps

		end

	end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
phcscriptcdn-4.0.0 db/migrate/20160731210723_create_phcscriptcdn_script_authors.rb