diff --git a/schema/0015_human_uuid.sql b/schema/0015_human_uuid.sql index 9ec9d03..0fbb678 100644 --- a/schema/0015_human_uuid.sql +++ b/schema/0015_human_uuid.sql @@ -2,7 +2,7 @@ create schema human_uuid; select public.create_newtype_text('human_uuid.huid'); -create table human_uuid.used (human_uuid.huid text primary key); +create table human_uuid.used (huid text primary key); create table human_uuid.object ( id int primary key generated always as identity , word text unique