forked from k1LoW/tbls
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest_repair.golden
78 lines (78 loc) · 1.46 KB
/
test_repair.golden
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
{
"name": "testschema",
"desc": "",
"tables": [
{
"name": "a",
"type": "BASE TABLE",
"comment": "table a",
"columns": [
{
"name": "a",
"type": "bigint(20)",
"nullable": false,
"default": null,
"comment": "column a"
},
{
"name": "a2",
"type": "datetime",
"nullable": false,
"default": "CURRENT_TIMESTAMP",
"comment": "column a2"
}
],
"indexes": [],
"constraints": [],
"triggers": [],
"def": ""
},
{
"name": "b",
"type": "BASE TABLE",
"comment": "table b",
"columns": [
{
"name": "b",
"type": "text",
"nullable": true,
"default": null,
"comment": "column b"
},
{
"name": "b2",
"type": "text",
"nullable": true,
"default": null,
"comment": "column b2"
}
],
"indexes": [],
"constraints": [],
"triggers": [],
"def": ""
}
],
"relations": [
{
"table": "a",
"columns": [
"a"
],
"cardinality": "",
"parent_table": "b",
"parent_columns": [
"b"
],
"parent_cardinality": "",
"def": "",
"virtual": false
}
],
"functions": [],
"driver": {
"name": "testdriver",
"database_version": "1.0.0",
"meta": {}
}
}