I need a clarification on the data type of PID.
In patient_data PID data type is bigint(20) NOT NULL DEFAULT ‘0’.
But in the openemr_postcalendar_events table," pc_pid " data type is varchar(11) DEFAULT NULL.
Is there any specific reason for this data type change ?