Skip to content

Commit

Permalink
Merge branch '3.6.x' into 3.7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBadura committed Dec 19, 2024
2 parents 471ad54 + 774ca7e commit eab9c76
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/pages/store.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,9 @@ The table structure of the `StreamDoctrineDbalStore` looks like this:
| id | bigint | The index of the whole stream (autoincrement) |
| stream | string | The name of the stream |
| playhead | ?int | The current playhead of the aggregate |
| event | string | The name of the event |
| payload | json | The payload of the event |
| event_id | string | The id of the event |
| event_name | string | The name of the event |
| event_payload | json | The payload of the event |
| recorded_on | datetime | The date when the event was recorded |
| new_stream_start | bool | If the event is the first event of the aggregate |
| archived | bool | If the event is archived |
Expand Down

0 comments on commit eab9c76

Please sign in to comment.