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

Delete database.sql

parent 6de2307f
No related branches found
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