瀏覽代碼

填充时用当前时间更新created_at updated_at

visuddhinanda 4 年之前
父節點
當前提交
1e2cb4f425
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      public/deploy/migaration/20211125155600_word_statistics.php

+ 1 - 1
public/deploy/migaration/20211125155600_word_statistics.php

@@ -45,7 +45,7 @@ fwrite(STDOUT,"begin Transaction".PHP_EOL);
 
 $PDO_DEST->beginTransaction();
 
-$query = "INSERT INTO ".$dest_table." ( bookid , word , count , base , end1 , end2 , type , length ) VALUES ( ? , ? , ? , ? , ? , ? , ? , ? )";
+$query = "INSERT INTO ".$dest_table." ( bookid , word , count , base , end1 , end2 , type , length , created_at, updated_at ) VALUES ( ? , ? , ? , ? , ? , ? , ? , ?, now(),now() )";
 try{
 	$stmtDEST = $PDO_DEST->prepare($query);
 }catch(PDOException $e){