I have create an entity A in the development env and there is a Number (auto-increment) field, Num, in it.
And then it is deployed to production env but i found that that number field does not work in production env (it is always "None")
Deployment:
Copy all A.* in custom\Espo\Custom folder (and it sub-folders) of development to same folders in production env.
And then it is deployed to production env but i found that that number field does not work in production env (it is always "None")
Deployment:
Copy all A.* in custom\Espo\Custom folder (and it sub-folders) of development to same folders in production env.
Comment