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 877B

1234567891011121314151617181920212223242526
  1. ===
  2. POST /columns
  3. {"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"},{"name":"ip_address","type":"varchar","length":15,"nullable":true}]}
  4. ===
  5. 200
  6. Content-Type: application/json; charset=utf-8
  7. Content-Length: 4
  8. true
  9. ===
  10. GET /columns/barcodes2
  11. ===
  12. 200
  13. Content-Type: application/json; charset=utf-8
  14. Content-Length: 284
  15. {"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"},{"name":"ip_address","type":"varchar","length":15,"nullable":true}]}
  16. ===
  17. DELETE /columns/barcodes2
  18. ===
  19. 200
  20. Content-Type: application/json; charset=utf-8
  21. Content-Length: 4
  22. true