Skip to content
Snippets Groups Projects
Commit e6d258c1 authored by Annika Geßmann's avatar Annika Geßmann
Browse files

Unnoetiges entfernt

parent 704148d0
No related branches found
No related tags found
No related merge requests found
...@@ -3,14 +3,12 @@ package thinkTogether.groupManagement.model; ...@@ -3,14 +3,12 @@ package thinkTogether.groupManagement.model;
import javax.persistence.*; import javax.persistence.*;
@Entity @Entity
@Table(schema = "playground", name = "cat")
public class Cat { public class Cat {
@Id @Id
@GeneratedValue @GeneratedValue
private Long id; private Long id;
@Column(name = "name")
private String name; private String name;
public Cat() { public Cat() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment