Sha256: 41ae1d53c64f79e66a0f0d13f400188592ad2b808891aa15e5149c91279339fa
Contents?: true
Size: 256 Bytes
Versions: 47
Compression:
Stored size: 256 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 null: false end end end
Version data entries
47 entries across 47 versions & 3 rubygems