-- Synthetic reference DDL used to pad realistic repository shape. create table if not exists ref_41_01 (id varchar(36) primary key, detail varchar(255) not null, state varchar(32) not null); create ...
CREATE INDEX idx_simulations_created_at ON public.simulations(created_at DESC); CREATE INDEX idx_simulations_technology ON public.simulations USING gin(to_tsvector('english', technology)); ...