Skip to content

Commit

Permalink
refactor: remove @column annotation on name field
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeV220 committed Jul 27, 2024
1 parent 201708d commit 4f9abdd
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
package com.georgev22.library.utilities;

import com.georgev22.library.utilities.annotations.Column;
import org.jetbrains.annotations.NotNull;

public class GenericEntity extends Entity {

@Column(name = "name", type = "VARCHAR(255)")
public String name;

public GenericEntity(String _id) {
Expand Down

0 comments on commit 4f9abdd

Please sign in to comment.