$this->createTable('{{%media_comment}}', [
            'id' => Schema::TYPE_PK,
            'media_id' => Schema::TYPE_INTEGER . '(11) NOT NULL',
            'author' => Schema::TYPE_TEXT,
            'email' => Schema::TYPE_STRING . '(100)',