-
-
Notifications
You must be signed in to change notification settings - Fork 18
/
.phpstan-dba-pdo-mysql.cache
76 lines (76 loc) · 2.26 KB
/
.phpstan-dba-pdo-mysql.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
<?php return array (
'schemaVersion' => 'v12-new-cache5',
'schemaHash' => NULL,
'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
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<-2147483648, 2147483647>, 1: int<-2147483648, 2147483647>}',
),
3 =>
array (
'type-description' => 'array{dbsignature: string|null, grouper: int<-2147483648, 2147483647>}',
),
),
),
'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, 0: string, column_default: string|null, 1: string|null, is_nullable: string, 2: string}',
),
),
),
),
'runtimeConfig' =>
array (
'errorMode' => 'exception',
'debugMode' => true,
'stringifyTypes' => false,
),
);