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 431d5d3 commit 2239cb3Copy full SHA for 2239cb3
tests/Stubs/ActiveRecord/Type.php
@@ -23,7 +23,7 @@ class Type extends ActiveRecord
23
public float|null $float_col2 = 1.23;
24
public mixed $blob_col;
25
public float|null $numeric_col = 33.22;
26
- public string $time = '2002-01-01 00:00:00';
+ public string|Expression $time = '2002-01-01 00:00:00';
27
public bool|int $bool_col;
28
public bool|int|string|null $bool_col2 = true;
29
public string|Expression $ts_default;
0 commit comments