Database fields

DDL to PHP Array

Extract column names, types, nullable flags, defaults, and comments from CREATE TABLE DDL into a PHP array locally.

SQLPHPOffline
Input

CREATE TABLE DDL

Output

PHP field array