7 lines
63 B
SQL
7 lines
63 B
SQL
-- [RULES]
|
|
|
|
create table rules
|
|
(
|
|
content text primary key
|
|
);
|