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

Version Path
cosmos-4.5.2-java lib/cosmos/dart/db/migrate/20170406172927_create_packets.rb
cosmos-4.5.2 lib/cosmos/dart/db/migrate/20170406172927_create_packets.rb
cosmos-4.5.1-java lib/cosmos/dart/db/migrate/20170406172927_create_packets.rb
cosmos-4.5.1 lib/cosmos/dart/db/migrate/20170406172927_create_packets.rb
cosmos-4.5.0-java lib/cosmos/dart/db/migrate/20170406172927_create_packets.rb
cosmos-4.5.0 lib/cosmos/dart/db/migrate/20170406172927_create_packets.rb
cosmos-4.4.2-java lib/cosmos/dart/db/migrate/20170406172927_create_packets.rb
cosmos-4.4.2 lib/cosmos/dart/db/migrate/20170406172927_create_packets.rb
cosmos-4.4.1-java lib/cosmos/dart/db/migrate/20170406172927_create_packets.rb
cosmos-4.4.1 lib/cosmos/dart/db/migrate/20170406172927_create_packets.rb
cosmos-4.4.0-java lib/cosmos/dart/db/migrate/20170406172927_create_packets.rb
cosmos-4.4.0 lib/cosmos/dart/db/migrate/20170406172927_create_packets.rb
cosmos-4.3.0-java lib/cosmos/dart/db/migrate/20170406172927_create_packets.rb
cosmos-4.3.0 lib/cosmos/dart/db/migrate/20170406172927_create_packets.rb
cosmos-4.2.4-java lib/cosmos/dart/db/migrate/20170406172927_create_packets.rb
cosmos-4.2.4 lib/cosmos/dart/db/migrate/20170406172927_create_packets.rb
cosmos-4.2.3-java lib/cosmos/dart/db/migrate/20170406172927_create_packets.rb
cosmos-4.2.3 lib/cosmos/dart/db/migrate/20170406172927_create_packets.rb
cosmos-4.2.2-java lib/cosmos/dart/db/migrate/20170406172927_create_packets.rb
cosmos-4.2.2 lib/cosmos/dart/db/migrate/20170406172927_create_packets.rb