6 lines
86 B
SQL
6 lines
86 B
SQL
create table parm_code (
|
|
p_code text primary key,
|
|
p_value text,
|
|
p_comment text
|
|
);
|
|
|