PHP Classes

File: tests/functional/003_columns/004_update_barcodes_id_column.log

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

Contents

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