Sha256: 8c0e0007ebb9bf6a74053f0bd18ef87bc950020b8b3e6605b3f280431cacaaaa
Contents?: true
Size: 341 Bytes
Versions: 39
Compression:
Stored size: 341 Bytes
Contents
class CreateTerminalProfileProviders < ActiveRecord::Migration def change create_table :terminal_profile_providers do |t| t.belongs_to :terminal_profile t.belongs_to :provider 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