si_scale_codes.yml 300 B

123456789101112131415
  1. # == Schema Information
  2. #
  3. # Table name: si_scale_codes
  4. #
  5. # id :integer not null, primary key
  6. # name :string(255)
  7. # description :string(255)
  8. # created_at :datetime not null
  9. # updated_at :datetime not null
  10. # multiplier :integer
  11. #
  12. none:
  13. name: 'none'