class CreatePhcscriptcdnproScriptVersions < ActiveRecord::Migration[5.1] def change create_table :phcscriptcdnpro_script_versions do |t| t.string :scriptversion t.string :slug t.string :user_id t.string :user_name t.string :membership_id t.string :oganization_id t.timestamps end end end