]> git.mxchange.org Git - friendica.git/blobdiff - src/Database/DBA.php
bump version 2023.12
[friendica.git] / src / Database / DBA.php
index 930e60472f948ebd12d2ac1ed0f8e72c93dc3f47..0c0fd0f80d30839cf94261d08dfee5a0f9a63334 100644 (file)
@@ -42,6 +42,11 @@ class DBA
         */
        const NULL_DATETIME = '0001-01-01 00:00:00';
 
+       /**
+        * Lowest possible datetime(6) value
+        */
+       const NULL_DATETIME6 = '0001-01-01 00:00:00.000000';
+
        public static function connect(): bool
        {
                return DI::dba()->connect();