Is it possible to prohibit doctrine 1.2 from adding foreign key constraints to relationships?
if you are going to use MYISAM just do it in your model:
public function setUp() { $this->option('type', 'MyISAM'); }
Source: https://habr.com/ru/post/1767855/More articles:MySql stores procedures, deletes a record logically or physically depending on existing table links - sqlHow to make the application stop and start the debugger? - debuggingEscaping characters in batch scripts - batch-fileКак настроить непрерывное развертывание для решения SharePoint 2010 Visual Studio? - visual-studio-2010android-opencv cvCanny communication error - androidCreating a new jQuery plugin - jqueryDoctrine 1.2: How can I prohibit one-to-many opposition to both sides? - symfony1Redirecting standard output to a file containing the pid of the logging process - command-lineVideo encoding in ffmpeg - ffmpegПоиск перекрывающих множеств - language-agnosticAll Articles