schema for files table

This commit is contained in:
Suraj 2016-01-31 11:35:30 +05:30
parent 951b3c8b1d
commit 300d6644bf
1 changed files with 1 additions and 0 deletions

View File

@ -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);