groups.yml 338 B

12345678910111213141516171819
  1. # == Schema Information
  2. #
  3. # Table name: groups
  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. #
  11. group1:
  12. name: group1
  13. description: group1
  14. group2:
  15. name: group2
  16. description: group2