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 7f2d66f commit 0418ed9Copy full SHA for 0418ed9
src/Utils/Table.php
@@ -85,6 +85,14 @@ public static function getForeignKeys(CreateStatement $statement): array
85
* @param CreateStatement $statement the statement to be processed
86
*
87
* @return array<int|string, array<string, bool|string|mixed>>
88
+ * @psalm-return array<string, array{
89
+ * type: string,
90
+ * timestamp_not_null: bool,
91
+ * default_value?: mixed,
92
+ * default_current_timestamp?: true,
93
+ * on_update_current_timestamp?: true,
94
+ * expr?: mixed
95
+ * }>
96
*/
97
public static function getFields($statement): array
98
{
0 commit comments