Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding the pg datatype inet and json #18

Open
fab-kaz opened this issue Jan 19, 2018 · 0 comments
Open

adding the pg datatype inet and json #18

fab-kaz opened this issue Jan 19, 2018 · 0 comments

Comments

@fab-kaz
Copy link

fab-kaz commented Jan 19, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant