You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SQLite needs datetime('now', 'localtime'), MySQL needs NOW().
Would be nice to have something like Database::now() that returns the right expression per driver.
Current workaround: PHP date('Y-m-d H:i:s') instead of DB-native timestamps.
SQLite needs datetime('now', 'localtime'), MySQL needs NOW().
Would be nice to have something like Database::now() that returns the right expression per driver.
Current workaround: PHP date('Y-m-d H:i:s') instead of DB-native timestamps.