sqldump-to
sqldump-to copied to clipboard
truncated type output for schema
input of mysql dump schema has:
.....
`t` double DEFAULT NULL,
`uuid` text
running it through "sqldump-to -s", generated
{
"name": "t",
"type": "double"
},
{
"name": "uuid",
"type": "tex"
}