Sha256: 86b341fb1968f22a46aea5f9c916b4dbc13b08e2397d6ef11ff6a1a3460ba2b6
Contents?: true
Size: 399 Bytes
Versions: 39
Compression:
Stored size: 399 Bytes
Contents
class CreateLimitSections < ActiveRecord::Migration def change create_table :limit_sections do |t| t.belongs_to :limit t.belongs_to :agent t.belongs_to :terminal_profile t.integer :payment_type t.decimal :min, :precision => 38, :scale => 2 t.decimal :max, :precision => 38, :scale => 2 t.timestamps end end end
Version data entries
39 entries across 39 versions & 1 rubygems