| 12345678910111213141516171819 |
- # == Schema Information
- #
- # Table name: groups
- #
- # id :integer not null, primary key
- # name :string(255)
- # description :string(255)
- # created_at :datetime not null
- # updated_at :datetime not null
- #
- group1:
- name: group1
- description: group1
- group2:
- name: group2
- description: group2
|