File tree Expand file tree Collapse file tree 1 file changed +20
-2
lines changed
tests/functional/003_columns Expand file tree Collapse file tree 1 file changed +20
-2
lines changed Original file line number Diff line number Diff line change 1
1
skip-for-sqlite: table (columns) cannot be altered online
2
2
===
3
+ GET /columns/events/visitors
4
+ ===
5
+ 200
6
+ Content-Type: application/json
7
+ Content-Length: 51
8
+
9
+ {"name":"visitors","type":"bigint","nullable":true}
10
+ ===
3
11
PUT /columns/events/visitors
4
12
5
13
{"nullable":false}
@@ -18,6 +26,16 @@ Content-Length: 35
18
26
19
27
{"name":"visitors","type":"bigint"}
20
28
===
29
+ PUT /columns/events/visitors
30
+
31
+ {"nullable":true}
32
+ ===
33
+ 200
34
+ Content-Type: application/json
35
+ Content-Length: 4
36
+
37
+ true
38
+ ===
21
39
GET /columns/events/id
22
40
===
23
41
200
@@ -40,9 +58,9 @@ GET /columns/events/visitors
40
58
===
41
59
200
42
60
Content-Type: application/json
43
- Content-Length: 35
61
+ Content-Length: 51
44
62
45
- {"name":"visitors","type":"bigint"}
63
+ {"name":"visitors","type":"bigint","nullable":true }
46
64
===
47
65
PUT /columns/events/id
48
66
You can’t perform that action at this time.
0 commit comments