create table parameters ( name text not null, type text not null, location text references parameter_locations not null, description text, deprecation , required boolean not null, default text, minimum bigint, maximum bigint, example text, attributes );