PHP Classes

File: tests/functional/003_columns/008_update_barcodes_table.log

Recommend this page to a friend!
  Classes of Punto Waskito   PHP CRUD API   tests/functional/003_columns/008_update_barcodes_table.log   Download  
File: tests/functional/003_columns/008_update_barcodes_table.log
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP CRUD API
Provide API to manipulate database table records
Author: By
Last change:
Date: 3 years ago
Size: 1,024 bytes
 

Contents

Class file image Download
=== PUT /columns/barcodes {"name":"barcodes2"} === 200 Content-Type: application/json; charset=utf-8 Content-Length: 4 true === GET /columns/barcodes2 === 200 Content-Type: application/json; charset=utf-8 Content-Length: 284 {"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}]} === PUT /columns/barcodes2 {"name":"barcodes"} === 200 Content-Type: application/json; charset=utf-8 Content-Length: 4 true === GET /columns/barcodes === 200 Content-Type: application/json; charset=utf-8 Content-Length: 283 {"name":"barcodes","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}]}