class CreatePhcscriptcdnScriptExtensions < ActiveRecord::Migration[5.0] def change create_table :phcscriptcdn_script_extensions do |t| t.string :scriptextensionname t.text :scriptextensiondes t.string :scriptextension t.string :user_id t.string :user_name t.timestamps end end end