0
attspacecom created
7 Answer(s)
-
0
Hi @attspacecom
We will check this and get back to you in a short time.
-
0
Hello ismcagdas,
I got to know that PostgreSQL has a 63 character limit on identifiers.
Any solution for this?
-
0
Hi @attspacecom,
You can name constraint names manually like this answer https://stackoverflow.com/a/64527547.
-
0
Hi m.aliozkaya,
So everytime i do need to update name manually is it?
Is there any way to configure this?
-
0
Hi @attspacecom
This is a one time operation. If you have similar long FK names in the future, you need to do this for such FKs one time.
-
0
-
0
Hi @attspacecom
Have you added this before creating the migrations or after ? If it is after, could you remove migrations and create them again ?