git-subtree-dir: seatmap-webapi git-subtree-split: 02d4bf7404b8fcb788502ca45c813946b6c4f5b9
38 lines
626 B
Plaintext
38 lines
626 B
Plaintext
skip-for-sqlite: table (columns) cannot be altered online
|
|
===
|
|
PUT /columns/barcodes/id
|
|
|
|
{"name":"id2","type":"bigint"}
|
|
===
|
|
200
|
|
Content-Type: application/json; charset=utf-8
|
|
Content-Length: 4
|
|
|
|
true
|
|
===
|
|
GET /columns/barcodes/id2
|
|
===
|
|
200
|
|
Content-Type: application/json; charset=utf-8
|
|
Content-Length: 40
|
|
|
|
{"name":"id2","type":"bigint","pk":true}
|
|
===
|
|
PUT /columns/barcodes/id2
|
|
|
|
{"name":"id","type":"integer"}
|
|
===
|
|
200
|
|
Content-Type: application/json; charset=utf-8
|
|
Content-Length: 4
|
|
|
|
true
|
|
===
|
|
GET /columns/barcodes/id
|
|
===
|
|
200
|
|
Content-Type: application/json; charset=utf-8
|
|
Content-Length: 40
|
|
|
|
{"name":"id","type":"integer","pk":true}
|