market_contexts.yml 394 B

1234567891011121314151617181920
  1. # == Schema Information
  2. #
  3. # Table name: market_contexts
  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. # color :string(255)
  11. #
  12. marketcontext1:
  13. name: http://epri1
  14. color: '#f60'
  15. marketcontext2:
  16. name: http://epri2
  17. color: '#333333'