Closed eltntawy closed 7 years ago
@adelzaid4 please add (mandatory fields to be not null, unique constraints )
Note: (bool) type isn't supported in ORACLE, instead I defined Boolean columns as char and we'll refer to it as (Y/N)
@adelzaid4, please make them byte or int to value (0 false /1 ture) to hibernate can map it automatically to Boolean
and sorry i forget to add points in item table so please add [T_Item.points] to table
Done
DB Tables:
1. T_User
5.T_Address
2.T_Item
3.T_Category
4.T_Activity