# Action

| Attribute  | Type    | Description                                       |
| ---------- | ------- | ------------------------------------------------- |
| id         | integer | Unique identifier for the action.                 |
| bookingID  | integer | Booking ID linked to the action.                  |
| date       | date    | Date of the action.                               |
| user\_id   | integer | User ID linked to the action.                     |
| action\_id | integer | Action ID.                                        |
| value      | numeric | Amount charged to the client.                     |
| cost       | numeric | Amount paid to the driver.                        |
| time       | time    | Time of the action (if action is time sensitive). |
