PHP Classes

File: tests/functional/003_columns/006_update_events_visitors_pk.log

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

Contents

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