Skip to content
This repository has been archived by the owner on Apr 10, 2020. It is now read-only.

Children

jules2689 edited this page Nov 15, 2014 · 4 revisions

Children

  • Children have a name, gender, date of birth

Data

column type
id PK (int)
first_name varchar(255)
last_name varchar(255)
gender varchar(255)
date_of_birth datetime
parent_id FK
Clone this wiki locally