hasColumn('name', 'string', null, 'primary'); $this->hasColumn('code', 'integer', null, 'primary'); $this->option('type', 'INNODB'); } }