*/ class Row extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb { /** * Resource model initialization. * Set main entity table name and primary key field name. * * @return void */ protected function _construct() { $this->_init('paypal_settlement_report_row', 'row_id'); } }