PHP Classes

File: tests/functional/003_columns/007_update_barcodes_product_id_fk.log

Recommend this page to a friend!
  Classes of Punto Waskito   PHP CRUD API   tests/functional/003_columns/007_update_barcodes_product_id_fk.log   Download  
File: tests/functional/003_columns/007_update_barcodes_product_id_fk.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: 634 bytes
 

Contents

Class file image Download
skip-for-sqlite: table (columns) cannot be altered online === PUT /columns/barcodes/product_id {"fk":""} === 200 Content-Type: application/json; charset=utf-8 Content-Length: 4 true === GET /columns/barcodes/product_id === 200 Content-Type: application/json; charset=utf-8 Content-Length: 38 {"name":"product_id","type":"integer"} === PUT /columns/barcodes/product_id {"fk":"products"} === 200 Content-Type: application/json; charset=utf-8 Content-Length: 4 true === GET /columns/barcodes/product_id === 200 Content-Type: application/json; charset=utf-8 Content-Length: 54 {"name":"product_id","type":"integer","fk":"products"}