Skip to content
Snippets Groups Projects
Commit 6de2307f authored by Nils Tesdal's avatar Nils Tesdal
Browse files

Add new file

parent 117e42b3
Branches errorFix
No related tags found
No related merge requests found
CREATE TABLE photo (
id INT(6) UNSIGNED AUTO_INCREMENT PRIMARY KEY,
title VARCHAR(256) NOT NULL,
path VARCHAR(256) NOT NULL,
tags VARCHAR(1024),
latitude VARCHAR(256),
longitude VARCHAR(256),
registered TIMESTAMP
)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment