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.

011_create_barcodes_column.log 583B

123456789101112131415161718192021222324252627
  1. skip-for-sqlite: table (columns) cannot be altered online
  2. ===
  3. POST /columns/barcodes
  4. {"name":"alternative_product_id","type":"integer","nullable":true,"fk":"products"}
  5. ===
  6. 200
  7. Content-Type: application/json; charset=utf-8
  8. Content-Length: 4
  9. true
  10. ===
  11. GET /columns/barcodes/alternative_product_id
  12. ===
  13. 200
  14. Content-Type: application/json; charset=utf-8
  15. Content-Length: 82
  16. {"name":"alternative_product_id","type":"integer","nullable":true,"fk":"products"}
  17. ===
  18. DELETE /columns/barcodes/alternative_product_id
  19. ===
  20. 200
  21. Content-Type: application/json; charset=utf-8
  22. Content-Length: 4
  23. true