Sha256: 63a52858323552fa8c38c5971c4a4f2057b28bfbeb3966b4fd497ed5f0b6427f
Contents?: true
Size: 278 Bytes
Versions: 24
Compression:
Stored size: 278 Bytes
Contents
class CreatePacketConfigs < ActiveRecord::Migration[5.0] def change create_table :packet_configs do |t| t.integer :system_config_id, :null => false t.integer :packet_id, :null => false t.string :name, :null => false t.timestamps end end end
Version data entries
24 entries across 24 versions & 1 rubygems