1
0
mirror of https://github.com/JustKato/FreePad.git synced 2026-02-23 15:50:46 +02:00

* Corrections

This commit is contained in:
2022-05-15 15:21:21 +03:00
parent 21b8605fc0
commit e508d753ce
6 changed files with 48 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
CREATE TABLE IF NOT EXISTS `t_posts` (
`id` INT(11) NOT NULL,
`id` INT(11) NOT NULL AUTO_INCREMENT,
`name` VARCHAR(256) NOT NULL DEFAULT '' COLLATE 'latin1_swedish_ci',
`content` MEDIUMTEXT NOT NULL COLLATE 'latin1_swedish_ci',
`ts` DATETIME NOT NULL DEFAULT current_timestamp(),