开发者

Prevent Doctrine 1 creating foreign key constraints

Is it possible to prevent doctrine 1.2 f开发者_Python百科rom 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');
}
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜