Fixing a typo

This commit is contained in:
George Moon
2023-06-28 01:50:31 +02:00
committed by GitHub
parent 6684cc5bfd
commit f30372c913

View File

@@ -244,7 +244,7 @@ create table customers (
);
alter table customers
add constriant check_metadata check (
add constraint check_metadata check (
json_matches_schema(
'{
"type": "object",