{ TABLE "nilsson".direction row size = 68 number of columns = 2 index size = 0 }
create table "nilsson".direction 
  (
    data_value integer not null ,
    name char(64) not null 
  );
revoke all on "nilsson".direction from "public";





