Skip to content

Entity Design

Subhrodip Mohanta edited this page Jun 4, 2022 · 5 revisions

USER Table

Column Name Column Definition
id Long - (PK)
username String (50) - (UNQ)
password String (50)
meal_prefernce Boolean (false = NON_VEG)
deleted Boolean
createdAt Long DATETIME(6)
creadtedBy String(30)
updatedAt Long DATETIME(6)
updatedBy String
Clone this wiki locally