Copying UET table schema changes
If one site contains UET modifications to a table, but the same table in another site does not contain those modifications, errors probably will be generated during replication of that table’s data from one site to the other.
For that reason, before you replicate data between sites, you should copy any UET schema changes to all sites involved in the replication. A stored procedure, ExportUETClassSp, assists in handling this process. When you run ExportUETClassSp on one site, you create a SQL script file that you can apply to other sites, so that the table schemas on both sites are identical.