Misbahul D Munir
Results
3
issues of
Misbahul D Munir
I wish we have template configuration for `phpunit`, `travis` etc and etc. Also we have `TestCase` base class and `composer.json` with `require-dev` section.
type:enhancement
status:under discussion
NO, its not same with `Migration::addPrimaryKey()` or `Migration::addForeignKey()`. Its used directly at create table statement. ``` php $this->createTable('{{%auth}}', [ 'user_id' => $this->integer()->notNull(), 'source' => $this->string(255)->notNull(), 'source_id' => $this->string(255)->notNull(), $this->primaryKey(['user_id','source']), //...
type:enhancement