added static php-crud-api
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
===
|
||||
GET /columns/barcodes
|
||||
===
|
||||
200
|
||||
Content-Type: application/json; charset=utf-8
|
||||
Content-Type: application/json
|
||||
Content-Length: 283
|
||||
|
||||
{"name":"barcodes","type":"table","columns":[{"name":"id","type":"integer","pk":true},{"name":"product_id","type":"integer","fk":"products"},{"name":"hex","type":"varchar","length":255},{"name":"bin","type":"blob"},{"name":"ip_address","type":"varchar","length":15,"nullable":true}]}
|
||||
|
||||
Reference in New Issue
Block a user