resources.yml 763 B

1234567891011121314151617181920212223242526
  1. # == Schema Information
  2. #
  3. # Table name: resources
  4. #
  5. # id :integer not null, primary key
  6. # address :string(255)
  7. # state :string(255)
  8. # zip :integer
  9. # geospatial_location :string(255)
  10. # grid_electrical_coordinates :string(255)
  11. # shed_capability :float
  12. # ramp_period :integer
  13. # recovery_period :integer
  14. # ven_id :integer
  15. # resource_type_id :integer
  16. # created_at :datetime not null
  17. # updated_at :datetime not null
  18. # name :string(255)
  19. #
  20. resource1:
  21. name: "resource1"
  22. resource2:
  23. name: "resource2"