-
Notifications
You must be signed in to change notification settings - Fork 106
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
names in postgres have a max length of 63 chars by default. We generate names in many places, like:
- Version schema names
- Temporary table/column names
- indices
- triggers
- etc
We should make sure we don't generate names longer than the expected max, as that could cause issues down the line.
https://www.postgresql.org/docs/current/sql-syntax-lexical.html#SQL-SYNTAX-IDENTIFIERS
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working