notes/db/sql/postgres/feature/ddl/constraints.txt
Ihar Hancharenka 5dff80e88e first
2023-03-27 16:52:17 +03:00

6 строки
142 B
Plaintext

not null
check (condition)
unique
primary key (list-of-attributes)
foreign key (list-of-attributes) references table-name(list-of-attributes)