Spanner does not distinguish between uppercase and lowercase in table and column names. However, in the case of hammer, it does, which leads to the generation of ALTER TABLE statements for renaming when differences are detected.
I would like to avoid outputting differences in this case.
When applying an ALTER TABLE statement that changes only the case of letters, the following error occurs.
Column names in table SampleTable differ only in case: SampleColumn, SAMPLECOLUMN.
Failed to execute migration, Column names in table SampleTable differ only in case: SampleColumn, SAMPLECOLUMN.
Spanner does not distinguish between uppercase and lowercase in table and column names. However, in the case of hammer, it does, which leads to the generation of ALTER TABLE statements for renaming when differences are detected. I would like to avoid outputting differences in this case.
When applying an ALTER TABLE statement that changes only the case of letters, the following error occurs.