jamband / yii2-schemadump

Generate the schema from an existing database
https://www.yiiframework.com/extension/yii2-schemadump
MIT License
93 stars 21 forks source link

Syntax errors occur when using comment or default value such as single quotes. #15

Open jamband opened 7 years ago

jamband commented 7 years ago

$this->string()->notNull()->defaultValue('foo\'s') $this->string()->notNull()->comment('bar\'s')

Perhaps this bug occurs on the framework side.