if you’ve never populated data in the column it may not come over. If you really need everyone to migrate over (even though you haven’t stored data in it before) you can create a single ‘seed’ record by using DMT or another method to populate every column with a value for that particular UD Field set on a given table. TBH, it just adds space to your DB porting over unused columns when you can so easily create a purpose built and functionally labled myfield_c column going forward when you need it. Having them sequential is just symantics. I seeded tables in my first migration and if i had to do it all over again i would not have done that. Just my 2 cents.
3 Likes