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 11skip-for-sqlite: table (columns) cannot be altered online
22===
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+ ===
311PUT /columns/events/visitors
412
513{"nullable":false}
@@ -18,6 +26,16 @@ Content-Length: 35
1826
1927{"name":"visitors","type":"bigint"}
2028===
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+ ===
2139GET /columns/events/id
2240===
2341200
@@ -40,9 +58,9 @@ GET /columns/events/visitors
4058===
4159200
4260Content-Type: application/json
43- Content-Length: 35
61+ Content-Length: 51
4462
45- {"name":"visitors","type":"bigint"}
63+ {"name":"visitors","type":"bigint","nullable":true }
4664===
4765PUT /columns/events/id
4866
You can’t perform that action at this time.
0 commit comments