uprm-inso4116-2023-2024-S1 / semester-project-uprm-interactive-map

semester-project-uprm-interactive-map created by GitHub Classroom
1 stars 0 forks source link

[Lecture Topic Task] List or Define Explicit Constraints in SupaBase Schema #119

Closed argenis-o closed 11 months ago

Mateo-Muniz commented 11 months ago

A few of the constraints using the Supabase schema are: Primary Key: Ensures that each row in a table has a unique identifier. No two rows can have the same value for the primary key column(s). Not Null: Specifies that a column cannot have a NULL value. It is a way to enforce the presence of a value in a column. Exclusion: Ensures that if any two rows are compared on specified columns or expressions using specified operators, not all of these comparisons will return true.

Mateo-Muniz commented 11 months ago

Added a bit to it. Feel free to add some more. Any feedback is appreciated.