Documenting and reviewing your database design and normalization process is essential for maintaining and improving your database. It helps to communicate the purpose and the logic of your data to yourself and others, as well as to identify and correct any errors or gaps in your design. However, failing to document and review can lead to problems such as losing track of the rationale and assumptions behind design decisions, missing important details or requirements that affect data quality and functionality, and having inconsistent or outdated information about the data structure and relationships. To avoid these issues, you should create a data dictionary which describes the meaning, data type, constraints, and relationships of each table and column in your database. Additionally, creating an entity-relationship diagram which is a visual representation of the entities, attributes, and relationships in your database is also recommended. Finally, you should review your database design and normalization process regularly and update your documentation accordingly.