My team has a DB table, which is shared across multiple applications. The table has one primary key INT column and most of the columns are nullable boolean using for flags and configuration. Note that not all columns are being used in all applications, but some columns are shared.My team has a DB table, which is shared across