uniform_resource_education
Column | Type | PK | Required | Default |
---|---|---|---|---|
School Name | TEXT | No | No | |
Start Date | TEXT | No | No | |
End Date | TEXT | No | No | |
Notes | TEXT | No | No | |
Degree Name | TEXT | No | No | |
Activities | TEXT | No | No | |
tenant_id | No | No | ||
tenant_name | No | No |
Foreign Keys
No data |
Indexes
No data |
SQL DDL
CREATE TABLE uniform_resource_education(
"School Name" TEXT,
"Start Date" TEXT,
"End Date" TEXT,
Notes TEXT,
"Degree Name" TEXT,
Activities TEXT,
tenant_id,
tenant_name
)