Sha256: fa8cee222db672af8b112c9be3f4d5860fc80a11cd83425269404889bafa0ab1
Contents?: true
Size: 272 Bytes
Versions: 24
Compression:
Stored size: 272 Bytes
Contents
class CreatePackets < ActiveRecord::Migration[5.0] def change create_table :packets do |t| t.integer :target_id, :null => false t.string :name, :null => false t.boolean :is_tlm, :null => false, :default => true t.timestamps end end end
Version data entries
24 entries across 24 versions & 1 rubygems