Explorar el Código

sql homework: fixes

me@helium hace 8 años
padre
commit
d88f7af3df
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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` заполнятся автоматически;
 
 #### Задание