Sha256: 09f7b56f7efdfcf625b4f80367ea435b4ee7aa2b7a99e3d106db91820c152b0e
Contents?: true
Size: 401 Bytes
Versions: 6
Compression:
Stored size: 401 Bytes
Contents
class CreatePhcscriptcdnproScriptExtensions < ActiveRecord::Migration[5.0] def change create_table :phcscriptcdnpro_script_extensions do |t| t.string :scriptextensionname t.text :scriptextensiondes t.string :scriptextension t.string :user_id t.string :user_name t.string :membership_id t.string :oganization_id t.timestamps end end end
Version data entries
6 entries across 6 versions & 1 rubygems