Hi,
this is aspnetzero v12 ( most latest one) with postgresql v7.0.0
error below is happened after add migration and couldnt update database
please advice on this
Hi @attspacecom
We will check this and get back to you in a short time.
Hello ismcagdas,
I got to know that PostgreSQL has a 63 character limit on identifiers.
Any solution for this?
Hi @attspacecom,
You can name constraint names manually like this answer https://stackoverflow.com/a/64527547.
Hi m.aliozkaya,
So everytime i do need to update name manually is it?
Is there any way to configure this?
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.
Hi ismcagdas, Noted on this.
And there is another issue
Already added this in startup
Have you added this before creating the migrations or after ? If it is after, could you remove migrations and create them again ?