api de gestion de ticket, basé sur php-crud-api. Le but est de décorrélé les outils de gestion des données, afin
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

010_create_barcodes_table.log.skip 694B

12345678910111213141516171819202122232425
  1. POST /columns
  2. {"name":"barcodes2","type":"table","columns":[{"name":"id","type":"integer","pk":true},{"name":"product_id","type":"integer","fk":"products"},{"name":"hex","type":"varchar","length":255},{"name":"bin","type":"blob"}]}
  3. ===
  4. 200
  5. Content-Type: application/json
  6. Content-Length: 4
  7. true
  8. ===
  9. GET /columns/barcodes2
  10. ===
  11. 200
  12. Content-Type: application/json
  13. Content-Length: 217
  14. {"name":"barcodes2","type":"table","columns":[{"name":"id","type":"integer","pk":true},{"name":"product_id","type":"integer","fk":"products"},{"name":"hex","type":"varchar","length":255},{"name":"bin","type":"blob"}]}
  15. ===
  16. DELETE /columns/barcodes2
  17. ===
  18. 200
  19. Content-Type: application/json
  20. Content-Length: 4
  21. true