Sha256: eeca9e1b6d3a14475255c3d31ad3edb7179b10a8d8d8bc0e7afb640315adf724
Contents?: true
Size: 312 Bytes
Versions: 98
Compression:
Stored size: 312 Bytes
Contents
class CreateUKRDCBatchNumbers < ActiveRecord::Migration[5.2] def change within_renalware_schema do 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 end
Version data entries
98 entries across 98 versions & 1 rubygems