OHDSI / CommonDataModel

Definition and DDLs for the OMOP Common Data Model (CDM)
https://ohdsi.github.io/CommonDataModel
876 stars 448 forks source link

Standardise case of integer datatype avoiding use of both 'integer' and 'Integer' for field datatypes #699

Open wardle opened 3 months ago

wardle commented 3 months ago

The CDM datatype column uses a mixture of 'integer' and 'Integer'. All other datatypes only use lowercase. This fixes this inconsistency such that all integer datatypes use the lowercase variant.