cakephp / phinx

PHP Database Migrations for Everyone
https://phinx.org
MIT License
4.45k stars 893 forks source link

Seeding binary data #1314

Open designermonkey opened 6 years ago

designermonkey commented 6 years ago

I cannot seed binary data as I have no option to allow me to set PDO::PARAM_LOB anywhere, and as far as I can see, it is not set in the code anywhere.

dereuromark commented 4 years ago

PR welcome