I have these tables on a database on Postgresql:
create table company ( id bigint generated always as identity primary key, name text not null ); create tabl