You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Iit seems the inet and json postgres datatype are not covered. To add it:
$line=str_replace(" inet"," int(11) UNSIGNED",$line);
$line=str_replace(" json"," VARCHAR(255)",$line);
just after // Remove defaults pointing to functions
regards,
f.
The text was updated successfully, but these errors were encountered:
hi,
Iit seems the inet and json postgres datatype are not covered. To add it:
$line=str_replace(" inet"," int(11) UNSIGNED",$line);
$line=str_replace(" json"," VARCHAR(255)",$line);
just after
// Remove defaults pointing to functions
regards,
f.
The text was updated successfully, but these errors were encountered: