Why some indexes are created with "00000", "00001", ... suffixes added to the name?
SQL Server to PostgreSQL
converter may add those suffixes to make index name unique. Unlike SQL Server,
PostreSQL requires index name to be unique across the entire database.