table constraints

개발/DB

[MariaDB] 제약조건 확인

모든 테이블의 제약조건 확인 select * from information_schema.table_constraints; 특정 테이블의 제약조건 확인 select * from information_schema.table_constraints where table_name = '테이블명'; 참고 Information Schema CHECK_CONSTRAINTS Table Supported check constraints. mariadb.com

leebera_
'table constraints' 태그의 글 목록