-
-
Notifications
You must be signed in to change notification settings - Fork 18
/
.phpstan-dba-mysqli.cache
91 lines (91 loc) · 2.75 KB
/
.phpstan-dba-mysqli.cache
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<?php return array (
'schemaVersion' => 'v12-new-cache5',
'schemaHash' => '6132e9e3b6fb27d2953badea4154109f',
'records' =>
array (
'SELECT
coalesce(COLUMN_NAME, \'\') as COLUMN_NAME,
coalesce(EXTRA, \'\') as EXTRA,
COLUMN_TYPE
FROM information_schema.columns
WHERE table_name = \'1970-01-01\' AND table_schema = DATABASE()' =>
array (
'result' =>
array (
5 =>
array (
'type-description' => 'array{COLUMN_NAME: string, 0: string, EXTRA: string, 1: string, COLUMN_TYPE: string, 2: string}',
),
),
),
'SELECT
coalesce(column_default, \'\') as COLUMN_DEFAULT,
coalesce(column_name, \'\') as COLUMN_NAME,
is_nullable as IS_NULLABLE
FROM information_schema.columns
WHERE table_name = \'1970-01-01\'' =>
array (
'result' =>
array (
5 =>
array (
'type-description' => 'array{COLUMN_DEFAULT: mixed, 0: mixed, COLUMN_NAME: string, 1: string, IS_NULLABLE: string, 2: string}',
),
),
),
'SELECT
MD5(
GROUP_CONCAT(
InnerSelect.columns
)
) AS dbsignature,
1 AS grouper
FROM (
SELECT
CONCAT(
COALESCE(COLUMN_NAME, \'\'),
COALESCE(EXTRA, \'\'),
COLUMN_TYPE,
IS_NULLABLE
) as columns
FROM
information_schema.columns
WHERE
table_schema = DATABASE()
ORDER BY table_name, column_name
) as InnerSelect
GROUP BY
grouper' =>
array (
'result' =>
array (
5 =>
array (
'type-description' => 'array{dbsignature: string|null, 0: string|null, grouper: int, 1: int}',
),
3 =>
array (
'type-description' => 'array{dbsignature: string|null, grouper: int}',
),
),
),
'SELECT column_name, column_default, is_nullable
FROM information_schema.columns
WHERE table_name = \'1970-01-01\'' =>
array (
'result' =>
array (
5 =>
array (
'type-description' => 'array{COLUMN_NAME: string|null, 0: string|null, COLUMN_DEFAULT: string|null, 1: string|null, IS_NULLABLE: string, 2: string}',
),
),
),
),
'runtimeConfig' =>
array (
'errorMode' => 'exception',
'debugMode' => true,
'stringifyTypes' => false,
),
);