| id | Integer | Unique identifier for the entry in the table |
| created_date | Date/Time | Date and time when the entry was created |
| amount | Decimal | The monetary amount associated with the entry |
| action_needed | Boolean | Indicates whether any action is required for the entry |
| condition | String | Describes the condition of the item or situation |
| customerEmail | String | Email address of the customer associated with the entry |
| customer_id | Integer | Unique identifier for the customer associated with the entry |
| description | String | Brief description or additional details about the entry |
| enteredBy | String | Name or identifier of the person who entered the entry |
| flat_rate_shipping | Boolean | Indicates whether the shipping rate is a flat rate |
| order_date | Date/Time | Date and time when the order was placed |
| order_id | Integer | Unique identifier for the order associated with the entry |
| reason_category | String | Category or reason associated with the entry |
| reported_condition | String | Condition as reported by the customer or user |
| requested_date | Date/Time | Date and time when a specific request was made for the entry |
| rma | String | Return Merchandise Authorization (RMA) number for the entry |
| serial_number | String | Unique serial number associated with the item in the entry |
| shipped_date | Date/Time | Date and time when the item was shipped or dispatched |
| status | String | Current status or state of the entry |
| tax_refunded | Decimal | The amount of tax refunded for the entry |
| total_refunded | Decimal | The total amount refunded for the entry |
| tracking_number | String | Tracking number associated with the shipment for the entry |