Sha256: e82ecefc4b19a1d05d635c815d716a744ce4f909652c5621e9a640fdbf3b6e77
Contents?: true
Size: 372 Bytes
Versions: 25
Compression:
Stored size: 372 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
25 entries across 25 versions & 1 rubygems