Input sql script
Input
Output json
Edit output json
Rename {{c.name}}
int
varchar
char
Translate Edited output json
CREATE TABLE {{t.name}} (
{{c.name}} {{c.type}}
({{c.precision}})
({{c.precision}}, {{c.scale}})
)