Sha256: 004524e383fd5bf640009d1fb056556bae1c028f7b68d365b9f85cfb692f0f74
Contents?: true
Size: 424 Bytes
Versions: 8
Compression:
Stored size: 424 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 :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
8 entries across 8 versions & 1 rubygems