0045 User Columns
  • 18 Aug 2025
  • 1 Minute to read
  • Dark
    Light
  • PDF

0045 User Columns

  • Dark
    Light
  • PDF

Article summary

0045 User Columns

Migration Path

  • INFORMATION_SCHEMA.COLUMNS -> AssetDefinition
  • INFORMATION_SCHEMA.COLUMNS -> EventDefinition
  • < CUSTOM USER TABLES > -> < CORRESPONDING ASSET TABLE >

Data Considerations

  • Duplicates
  • Null Data Replacement - See SQL

Other Notes

  • The user column migration is a complex dynamic sql script that reads information about user tables from database metadata (ie. USRBRDGE, USRINSP, etc) and moved those columns to the corresponding asset table in BrM 7.x and then migrated the data to the same. It is not recommended to try and modify this script.
  • DATA CONVERSION NOTES
    • FLOAT types will be converted to NUMBER(28,16) OR NUMERIC(28,16) which may round the original data to 16 decimal places.
    • DECIMAL types will convert to NUMBER or NUMERIC
    • SMALLINT will convert to INT
    • MONEY will convert to NUMERIC (19,4)

Was this article helpful?

Changing your password will log you out immediately. Use the new password to log back in.
First name must have atleast 2 characters. Numbers and special characters are not allowed.
Last name must have atleast 1 characters. Numbers and special characters are not allowed.
Enter a valid email
Enter a valid password
Your profile has been successfully updated.