Sha256: c759de8f84903a112745c48f89b6cb0f36b9ffcac1ccc700223c9ddb015097fb
Contents?: true
Size: 380 Bytes
Versions: 10
Compression:
Stored size: 380 Bytes
Contents
class CreatePhcscriptcdnproScriptcdnUrls < ActiveRecord::Migration def change create_table :phcscriptcdnpro_scriptcdn_urls do |t| t.string :scripturl t.string :scripturlext 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
10 entries across 10 versions & 1 rubygems