25 lines
664 B
Text
25 lines
664 B
Text
POST /columns
|
|
|
|
{"name":"barcodes2","columns":[{"name":"id","type":"integer","pk":true},{"name":"product_id","type":"integer","fk":"products"},{"name":"hex","type":"varchar","length":255},{"name":"bin","type":"blob"}]}
|
|
===
|
|
200
|
|
Content-Type: application/json
|
|
Content-Length: 4
|
|
|
|
true
|
|
===
|
|
GET /columns/barcodes2
|
|
===
|
|
200
|
|
Content-Type: application/json
|
|
Content-Length: 202
|
|
|
|
{"name":"barcodes2","columns":[{"name":"id","type":"integer","pk":true},{"name":"product_id","type":"integer","fk":"products"},{"name":"hex","type":"varchar","length":255},{"name":"bin","type":"blob"}]}
|
|
===
|
|
DELETE /columns/barcodes2
|
|
===
|
|
200
|
|
Content-Type: application/json
|
|
Content-Length: 4
|
|
|
|
true
|