Alejandro Ibarra
Alejandro Ibarra
Closing because user has not replied for almost a year
Closing this because it has passed more than a year without any response
@mdeanquin0520 can we close the issue?
@mdeanquin0520 have you tried suggestions? Can we close the issue?
@dereuromark Could you please share your code? I have tried with a new migration and: ``` $this->table('posts') ->addColumn('name', 'string', ['length' => 255]) ->addColumn('description', 'string', ['length' => 255]) ->addColumn('image', 'blob', ['length'...
@dereuromark @othercorey Changes looks good. Can we merge it?
Hi @captain-redbeard , so you are proposing to change default definition for identity columns to use GENERATED BY DEFAULT instead of GENERATED ALWAYS? You can pass 'generated' option to addColumn...
@captain-redbeard Ok it makes sense...do you think you can create a PR since you have already identified the changes required?
> @ajibarra have you had a chance to review the PR? Hi, just checked it because I am not notified when a PR is created unless I'm mentioned. It looks...