Sha256: 4a9dfbc09f941c3498bcddba9f67998d6cb19f06bc0e2809c16bbd26b2bd0247

Contents?: true

Size: 360 Bytes

Versions: 4

Compression:

Stored size: 360 Bytes

Contents

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

		create_table :phcscriptcdn_scriptcdn_authors do |t|

			t.string :authorfirstname
			t.string :authorlastname

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

			t.references :main, index: true

			t.timestamps null: false

		end

	end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
phcscriptcdn-2.0.4 db/migrate/20160704004828_create_phcscriptcdn_scriptcdn_authors.rb
phcscriptcdn-2.0.3 db/migrate/20160704004828_create_phcscriptcdn_scriptcdn_authors.rb
phcscriptcdn-2.0.1 db/migrate/20160704004828_create_phcscriptcdn_scriptcdn_authors.rb
phcscriptcdn-2.0.0 db/migrate/20160704004828_create_phcscriptcdn_scriptcdn_authors.rb