added top field, which was missing, added manual install to readme

This commit is contained in:
git@daemon.de
2015-05-20 08:47:59 +02:00
parent 291401cae3
commit f30ea07b7e
2 changed files with 13 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
CREATE TABLE note (
number int(10) DEFAULT '0' NOT NULL auto_increment,
topic text,
note text,
date text,
PRIMARY KEY (number)