Ver código fonte

sql homework: fixes

me@helium 8 anos atrás
pai
commit
d88f7af3df
1 arquivos alterados com 1 adições e 1 exclusões
  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` заполнятся автоматически;
 
 #### Задание