Sha256: 6cd8122e5002a80d563858f484ac3aae96751671ce44b3a019f5b6aa91c9b922
Contents?: true
Size: 273 Bytes
Versions: 2
Compression:
Stored size: 273 Bytes
Contents
class CreateDistribuoDownloads < ActiveRecord::Migration[6.0] def change create_table :distribuo_downloads, type: :uuid do |t| t.references :distribuo_release, null: false, foreign_key: true, type: :uuid t.string :ip t.timestamps end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
distribuo-0.1.16 | db/migrate/20201118111356_create_distribuo_downloads.rb |
distribuo-0.1.8 | db/migrate/20201118111356_create_distribuo_downloads.rb |