Skip to content

Commit

Permalink
Wow, only PostgreSQL doesn´t support the usage of a 'user' table (see h…
Browse files Browse the repository at this point in the history
  • Loading branch information
jonashackt committed Apr 23, 2018
1 parent 8c75799 commit 41a040d
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
package de.jonashackt.springbootvuejs.domain;

import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.*;

@Entity
@Table(name="users")
public class User {

// PrimaryKey
Expand Down

0 comments on commit 41a040d

Please sign in to comment.