We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbacb30 commit baca36eCopy full SHA for baca36e
1 file changed
system/Database/BaseBuilder.php
@@ -170,8 +170,10 @@ class BaseBuilder
170
* setQueryAsData?: string,
171
* sql?: string,
172
* alias?: string,
173
- * fieldTypes?: array<string, string>
+ * fieldTypes?: array<string, array<string, string>>
174
* }
175
+ *
176
+ * fieldTypes: [ProtectedTableName => [FieldName => Type]]
177
*/
178
protected $QBOptions;
179
0 commit comments