Is it possible to prevent doctrine 1.2 from adding foreign key constraints for a relation?
if you are going to use MYISAM then just do this in your model:
public function setUp() {
$this->option('type', 'MyISAM');
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With