고병후

Fix DB.txt

Showing 1 changed file with 1 additions and 0 deletions
......@@ -16,6 +16,7 @@ ENGINE = InnoDB;
CREATE TABLE tunnel.posts(
id INT NOT NULL AUTO_INCREMENT,
userid VARCHAR(30) NOT NULL,
title TEXT NOT NULL,
post TEXT NOT NULL,
created_at DATETIME NOT NULL DEFAULT now(),
status TINYINT NOT NULL,
......