getConnection(); $setup->startSetup(); $adapter->insertArray('reference_table', ['some_integer'], [7, 2, 3, 5]); $setup->endSetup(); } }