Ignore:
Timestamp:
05/06/25 00:44:02 (12 days ago)
Author:
Aleksandar Panovski <apano77@…>
Branches:
main
Children:
e48199a
Parents:
142c0f8
Message:

Normalization needed to continue, till here done

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main/java/com/example/rezevirajmasa/demo/model/TableEntity.java

    r142c0f8 rb67dfd3  
    3636    private int capacity;
    3737
    38     @Column(name = "Location")
    39     private String location;
     38    @Column(name = "tableLocation")
     39    private String tableLocation;
    4040
    4141    @Column(name = "IsSmokingArea")
     
    9595        this.restaurant = restaurant;
    9696        this.capacity = capacity;
    97         this.location = location;
     97        this.tableLocation = location;
    9898        this.isSmokingArea = isSmokingArea;
    9999        this.description = description;
Note: See TracChangeset for help on using the changeset viewer.