Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.04 KB

person.md

File metadata and controls

17 lines (14 loc) · 1.04 KB

Person

Table: persons

Fields

Name Type Details
id autoinc
firstname string
lastname string
email string (optional)
phone string(22) (optional)
birthdate date (optional)
gender enum, Gender (optional)
nin string(21) (optional) National Identification Number
nameorder enum, NameOrder western: First Last, eastern: Last First