Can have some one have any pointers on this problem...
I have a a same set up of database tables in Staging and Production environment. There is a column with text field as the data type.
But the behaviour is different in both the environments.
In staging the complete value of the text is stored as the column value, where as in production the value after certain characters is truncated and stored.
Can some one explain why I am seeing a different behaviour?
What command do i need to execute to make sure that the set up is infact the same in botht the environments?
Thanks and I appreciate any pointers
I have a a same set up of database tables in Staging and Production environment. There is a column with text field as the data type.
But the behaviour is different in both the environments.
In staging the complete value of the text is stored as the column value, where as in production the value after certain characters is truncated and stored.
Can some one explain why I am seeing a different behaviour?
What command do i need to execute to make sure that the set up is infact the same in botht the environments?
Thanks and I appreciate any pointers