Sha256: e9fe0c922cf6ea93aad3f31282a18597d4d4c92a1e81eec2f869507a4e38537d
Contents?: true
Size: 321 Bytes
Versions: 20
Compression:
Stored size: 321 Bytes
Contents
class CreatePhcscriptcdnproScriptcdnVersions < ActiveRecord::Migration def change create_table :phcscriptcdnpro_scriptcdn_versions do |t| t.string :version t.references :main, index: true t.string :user_id t.string :membership_id t.string :oganization_id t.timestamps null: false end end end
Version data entries
20 entries across 20 versions & 1 rubygems