Sha256: 05a1f01aa860a72487d89f158ec1da31e6a369b34c5ca14a8f42e06ae573b6f9

Contents?: true

Size: 325 Bytes

Versions: 24

Compression:

Stored size: 325 Bytes

Contents

class CreateDecomTables < ActiveRecord::Migration[5.0]
  def change
    create_table :decom_tables do |t|
      t.integer :packet_config_id, :null => false
      t.datetime :start_time, :null => false
      t.datetime :end_time, :null => false
      t.integer :reduction, :null => false

      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/20170525201939_create_decom_tables.rb
cosmos-4.5.2 lib/cosmos/dart/db/migrate/20170525201939_create_decom_tables.rb
cosmos-4.5.1-java lib/cosmos/dart/db/migrate/20170525201939_create_decom_tables.rb
cosmos-4.5.1 lib/cosmos/dart/db/migrate/20170525201939_create_decom_tables.rb
cosmos-4.5.0-java lib/cosmos/dart/db/migrate/20170525201939_create_decom_tables.rb
cosmos-4.5.0 lib/cosmos/dart/db/migrate/20170525201939_create_decom_tables.rb
cosmos-4.4.2-java lib/cosmos/dart/db/migrate/20170525201939_create_decom_tables.rb
cosmos-4.4.2 lib/cosmos/dart/db/migrate/20170525201939_create_decom_tables.rb
cosmos-4.4.1-java lib/cosmos/dart/db/migrate/20170525201939_create_decom_tables.rb
cosmos-4.4.1 lib/cosmos/dart/db/migrate/20170525201939_create_decom_tables.rb
cosmos-4.4.0-java lib/cosmos/dart/db/migrate/20170525201939_create_decom_tables.rb
cosmos-4.4.0 lib/cosmos/dart/db/migrate/20170525201939_create_decom_tables.rb
cosmos-4.3.0-java lib/cosmos/dart/db/migrate/20170525201939_create_decom_tables.rb
cosmos-4.3.0 lib/cosmos/dart/db/migrate/20170525201939_create_decom_tables.rb
cosmos-4.2.4-java lib/cosmos/dart/db/migrate/20170525201939_create_decom_tables.rb
cosmos-4.2.4 lib/cosmos/dart/db/migrate/20170525201939_create_decom_tables.rb
cosmos-4.2.3-java lib/cosmos/dart/db/migrate/20170525201939_create_decom_tables.rb
cosmos-4.2.3 lib/cosmos/dart/db/migrate/20170525201939_create_decom_tables.rb
cosmos-4.2.2-java lib/cosmos/dart/db/migrate/20170525201939_create_decom_tables.rb
cosmos-4.2.2 lib/cosmos/dart/db/migrate/20170525201939_create_decom_tables.rb