CREATE TABLE public.oauth_personal_access_clients ( id bigserial NOT NULL, client_id uuid NOT NULL, created_at timestamp NULL, updated_at timestamp NULL, CONSTRAINT oauth_personal_access_clients_pkey PRIMARY KEY (id) );