CREATE SCHEMA IF NOT EXISTS auth AUTHORIZATION postgres;. -- auth.users definition. CREATE TABLE auth.users (. instance_id uuid NULL,. id uuid NOT NULL,.
確定! 回上一頁