We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f94797 commit 8218443Copy full SHA for 8218443
readme.md
@@ -126,7 +126,7 @@ $data = Array ("login" => "admin",
126
"createdAt" => $db->now(),
127
"updatedAt" => $db->now(),
128
);
129
-$updateColumns = Array ("updateAt");
+$updateColumns = Array ("updatedAt");
130
$lastInsertId = "id";
131
$db->onDuplicate($updateColumns, $lastInsertId);
132
$id = $db->insert ('users', $data);
0 commit comments