1ALTER TABLE {$NAMESPACE}_differential.differential_diff 2 ADD COLUMN repositoryPHID VARCHAR(64) COLLATE utf8_bin AFTER authorPHID; 3 4