Answer the question
In order to leave comments, you need to log in
Why does time (DATETIME DEFAULT CURRENT_TIMESTAMP) have a different value in Sqlite3?
I am creating a table
$sql="CREATE TABLE logs (id INTEGER PRIMARY KEY AUTOINCREMENT, date DATETIME DEFAULT CURRENT_TIMESTAMP, log TEXT)";
$db->query($sql);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question