Skip to content

adding the pg datatype inet and json  #18

@fab-kaz

Description

@fab-kaz

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions