PHP Classes

File: tests/functional/003_columns/011_create_barcodes_column.log

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

Contents

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