PHP Classes

File: tests/functional/003_columns/009_update_barcodes_hex_type.log

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

Contents

Class file image Download
skip-for-sqlite: table (columns) cannot be altered online === PUT /columns/barcodes/hex {"type":"clob"} === 200 Content-Type: application/json; charset=utf-8 Content-Length: 4 true === GET /columns/barcodes/hex === 200 Content-Type: application/json; charset=utf-8 Content-Length: 28 {"name":"hex","type":"clob"} === PUT /columns/barcodes/hex {"type":"varchar","length":255} === 200 Content-Type: application/json; charset=utf-8 Content-Length: 4 true === GET /columns/barcodes/hex === 200 Content-Type: application/json; charset=utf-8 Content-Length: 44 {"name":"hex","type":"varchar","length":255}