midori/data/history/Create.sql

14 lines
192 B
MySQL
Raw Normal View History

2015-09-12 00:47:06 +00:00
CREATE TABLE IF NOT EXISTS history
(
uri text,
title text,
date integer,
day integer
);
CREATE TABLE IF NOT EXISTS search
(
keywords text,
uri text,
day integer
);