class CreatePhcscriptcdnproScriptcdnAuthors < ActiveRecord::Migration def change create_table :phcscriptcdnpro_scriptcdn_authors do |t| t.string :authorfirstname t.string :authorlastname t.string :authoremail t.string :authorgithub t.string :authortwitter t.references :script, index: true t.timestamps null: false end end end