midori/data/forms/Create.sql

7 lines
85 B
MySQL
Raw Normal View History

2015-09-12 00:47:06 +00:00
CREATE TABLE IF NOT EXISTS forms
(
domain text,
field text,
value text
)