浏览代码

sql homework: fixes

me@helium 8 年之前
父节点
当前提交
d88f7af3df
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      SQLHomeWork.md

+ 1 - 1
SQLHomeWork.md

@@ -52,7 +52,7 @@ INSERT INTO post SET
     post_create_datetime = NOW();
 ```
 
-поля `post_id` и `post_create_datetime` заполнятся автоматически;
+поля `post_id` и `post_update_datetime` заполнятся автоматически;
 
 #### Задание