Postgres Table Names can only be 63 characters
Today I was experimenting with generating database views. For debugging purposes I was including the rails model name and a random string as the name of the view. To my chagrin, the table name was being truncated and not including the random string, causing some name collisions when running the