// OAuth 2.0 Dynamic Client Registration (RFC 7591) Table oauth_clients { id bigserial [pk] client_id text [unique, not null] client_name text [not null, default: ''] redirect_uris "text[]" [not null, default: `'{}'`] created_at timestamptz [not null, default: `now()`] }