$this->createTable('{{%post}}', [
            'id' => Schema::TYPE_PK,
            'author' => Schema::TYPE_INTEGER . '(11) NOT NULL',
            'type' => Schema::TYPE_INTEGER . '(11)',
            'title' => Schema::TYPE_TEXT . ' NOT NULL',