PHP Classes

File: tests/json/4.json

Recommend this page to a friend!
  Classes of Samuel Adeshina   Scripd   tests/json/4.json   Download  
File: tests/json/4.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Scripd
Generate database creation SQL queries from JSON
Author: By
Last change:
Date: 7 years ago
Size: 297 bytes
 

Contents

Class file image Download
{ ":view":{ ":crud-action":"create", "name":"student_vw", "columns":[ { "name":"id" }, { "name":"first_name" }, { "name":"last_name" }, { "name":"class" } ], "as":"select * from students where id < 3", "with":"LOCAL", "check-option":true } }