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