Sha256: 41094ba47e609584382f34a931d89dd11c4a9ecfee6c1089a08332bf5521cbdf
Contents?: true
Size: 338 Bytes
Versions: 5
Compression:
Stored size: 338 Bytes
Contents
Sequel.migration do change do create_table(:sp_calls) do String :callsign, index: true, null: false String :station_type String :uke_branch String :licence_number Date :valid_until String :licence_category, size: 1 Integer :tx_power String :station_location end end end
Version data entries
5 entries across 5 versions & 1 rubygems