$table = $installer->getConnection()->newTable(
            $installer->getTable('state_machine_transition_log')
        )->addColumn(
            'transition_log_id',
            \Magento\Framework\DB\Ddl\Table::TYPE_SMALLINT,