Explorar el Código

:memo: note of snowflake

visuddhinanda hace 4 años
padre
commit
fe0bd03bb2
Se han modificado 1 ficheros con 9 adiciones y 1 borrados
  1. 9 1
      config/database.php

+ 9 - 1
config/database.php

@@ -143,7 +143,15 @@ return [
         ],
 
     ],
+
+	/*
+    |--------------------------------------------------------------------------
+    | snowflake id start date don't modify
+    |--------------------------------------------------------------------------
+    |
+    |
+    */
 	'snowflake' => [
-		'start'=>"2021-12-08",
+		'start'=>"2021-12-22",
 	],
 ];