Plant.SiteCode or Plant.SiteDesc1

Does anyone know if Plant.SiteCode or Plant.SiteDesc1 are used for anything? I can’t find anything but assumed that they had to have some reason for existing.

A search of the Data Dictionary shows other tables with the same field names (same type and length too)

image

Edit

The above is just for SiteCode. SiteDesc1 (and SiteDesc2) only appear in Erp.Plant

Some legacy fields or just some abandoned feature fields?

I remember I have to use company1 in the company table in BPM, Maybe due to naming issues in coding.

var CompanyValue = (from g in Db.Company where g.Company1 != Session.CompanyID select g).ToList();