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