Sha256: f743b2ce3d28351a879317503e11cf519612cbb0bdb930f53ec7bc3ef0c2f0eb
Contents?: true
Size: 244 Bytes
Versions: 150
Compression:
Stored size: 244 Bytes
Contents
class CreateSingleUseLinks < ActiveRecord::Migration def change create_table :single_use_links do |t| t.string :downloadKey t.string :path t.string :itemId t.datetime :expires t.timestamps end end end
Version data entries
150 entries across 141 versions & 5 rubygems