Schools


Description

Schools

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id uuid 2147483647 public.gen_random_uuid()
Experiences.SchoolId Experiences_SchoolId_fkey N
SchoolCourses.SchoolId SchoolCourses_SchoolId_fkey C
SchoolEducationLevels.SchoolId SchoolEducationLevels_SchoolId_fkey C

Primary Key.

name varchar 255 null

Name of School.

domain varchar 255 null

Domains of the school website.

website varchar 255 null

School website url.

state varchar 255 null

State of the school, if applicable to its CountryCode.

CountryCode varchar 255 null
Countries.code Schools_CountryCode_fkey N

Country Code of the country that this School reside in. Foreign Key References Countries.

createdAt timestamptz 35,6 null

Entry creation date

updatedAt timestamptz 35,6 null

Datetime of last modification to any attribute

type enum_Schools_type 2147483647 null
isNormalized bool 1 false

Indexes

Constraint Name Type Sort Column(s)
Schools_pkey Primary key Asc id
Schools_name_trgm_idx Performance Asc name

Relationships