1 2 3 4 5
create table profile ( data jsonb not null, id text generated always as (data->>'id') stored, primary key (id) );