Sha256: b92eb221cb3f5252a1bdd8824210cc39894291e719bd81934a0e3b32cac108f8
Contents?: true
Size: 343 Bytes
Versions: 39
Compression:
Stored size: 343 Bytes
Contents
class CreateTerminalProfileProviderGroups < ActiveRecord::Migration def change create_table :term_prof_provider_groups do |t| t.belongs_to :terminal_profile t.belongs_to :provider_group t.string :icon t.integer :priority, :nil => false, :default => 1000000 t.timestamps end end end
Version data entries
39 entries across 39 versions & 1 rubygems