class CreatePhcscriptcdnproScriptcdnAuthors < ActiveRecord::Migration def change create_table :phcscriptcdnpro_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.string :user_id t.string :membership_id t.string :oganization_id t.timestamps null: false end end end