create table logical_model_invalidations 
  id integer, 
  type text, 
  object_id text 
);


