JSON数据生成CREATE TABLE建表语句
The tool analyzes JSON data and generates SQL CREATE TABLE statements with appropriate column types (VARCHAR, INT, FLOAT, BOOLEAN, TEXT).
It generates standard SQL compatible with MySQL, PostgreSQL, SQLite, and SQL Server.
Nested objects can be flattened into columns or generated as separate related tables with foreign keys.