Sha256: 0a05b0882ebf804b47c23267f58bbc35b95a8a871eb34a4611785252a0a6aed4
Contents?: true
Size: 354 Bytes
Versions: 39
Compression:
Stored size: 354 Bytes
Contents
class CreatePhcscriptcdnproScriptcdnUrls < ActiveRecord::Migration def change create_table :phcscriptcdnpro_scriptcdn_urls do |t| t.string :scripturl t.references :main, index: true t.references :version, index: true t.string :user_id t.string :membership_id t.string :oganization_id t.timestamps null: false end end end
Version data entries
39 entries across 39 versions & 1 rubygems