Sha256: 85fb758098ace8c94fd3d064fd5ca7cb8ae301740b1588f3ff04946f029e36fa
Contents?: true
Size: 265 Bytes
Versions: 4
Compression:
Stored size: 265 Bytes
Contents
class CreateUKRDCBatchNumbers < ActiveRecord::Migration[5.2] def change create_table :ukrdc_batch_numbers do |t| # no other columns, we just use the id as the batch number when sending data to the UKRDC. t.timestamps null: false end end end
Version data entries
4 entries across 4 versions & 1 rubygems