readme
This commit is contained in:
parent
f9a9166bb6
commit
9d2e163624
BIN
.certificates/gemlog.deadvey.com/cert.der
Normal file
BIN
.certificates/gemlog.deadvey.com/cert.der
Normal file
Binary file not shown.
BIN
.certificates/gemlog.deadvey.com/key.der
Normal file
BIN
.certificates/gemlog.deadvey.com/key.der
Normal file
Binary file not shown.
@ -11,3 +11,6 @@ USE glogger;
|
|||||||
CREATE TABLE users ( userID INT PRIMARY KEY AUTO_INCREMENT NOT NULL, username VARCHAR(255) );
|
CREATE TABLE users ( userID INT PRIMARY KEY AUTO_INCREMENT NOT NULL, username VARCHAR(255) );
|
||||||
CREATE TABLE posts ( postID INT PRIMARY KEY AUTO_INCREMENT NOT NULL, userID INT, FOREIGN KEY(userID) REFERENCES users(userID), title VARCHAR(255), content TEXT, pubDate VARCHAR(255), editDate VARCHAR(255) );
|
CREATE TABLE posts ( postID INT PRIMARY KEY AUTO_INCREMENT NOT NULL, userID INT, FOREIGN KEY(userID) REFERENCES users(userID), title VARCHAR(255), content TEXT, pubDate VARCHAR(255), editDate VARCHAR(255) );
|
||||||
```
|
```
|
||||||
|
# TO DO
|
||||||
|
* Add RSS and/or ATOM support
|
||||||
|
* Make it more reliable?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user