6 lines
85 B
SQL
6 lines
85 B
SQL
CREATE TABLE IF NOT EXISTS forms
|
|
(
|
|
domain text,
|
|
field text,
|
|
value text
|
|
)
|