From 300d6644bf6547cfc1c7bde5ae6f0ee8fc9ed02c Mon Sep 17 00:00:00 2001 From: Suraj Date: Sun, 31 Jan 2016 11:35:30 +0530 Subject: [PATCH] schema for files table --- schema.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/schema.sql b/schema.sql index e0b241b..d7bce8c 100644 --- a/schema.sql +++ b/schema.sql @@ -8,3 +8,4 @@ last_modified_at timestamp, finish_date timestamp , priority int); +CREATE TABLE files(name varchar(1000) not null, autoName varchar(255) not null);