I have a PostGres DB I want to extract the public schema from. I can get the code to work and extract the ERD to a CSV file. However the code provided by Lucid doesn't extract the relationships between tables? The following column is missing some data: character_maximum_length
The following columns are EMPTY: constraint_type table_schema table_name column_name
help please