midori/data/forms/Create.sql

7 lines
85 B
SQL

CREATE TABLE IF NOT EXISTS forms
(
domain text,
field text,
value text
)