mirror of
https://github.com/supabase/supabase.git
synced 2026-06-21 19:22:46 +08:00
Fixing a typo
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user