mysql - Rename InnoDB column in Phpmyadmin -


how rename 1 column innodb (symfony , doctrine) if have onetoone relation ? in phpmyadmin, column grey : edition impossible

on relation, can set both name , referencedcolumnname , :

/**  * @onetoone(targetentity="otherentity")  * @joincolumn(name="other_entity_id", referencedcolumnname="id")  */ private $otherentity; 

Comments