7 lines
69 B
SQL
7 lines
69 B
SQL
-- [CONTROLS]
|
|
|
|
create table controls
|
|
(
|
|
control text primary key
|
|
);
|