21 lines
347 B
YAML
21 lines
347 B
YAML
|
one:
|
||
|
table: table
|
||
|
email: trevor@example.com
|
||
|
accepted_at: 2024-05-29 13:20:12
|
||
|
|
||
|
two:
|
||
|
table: table
|
||
|
email: gimli@example.com
|
||
|
accepted_at: 2024-05-29 13:20:12
|
||
|
|
||
|
unaccepted:
|
||
|
table: table
|
||
|
email: frodo@example.com
|
||
|
accepted_at: nil
|
||
|
|
||
|
declined:
|
||
|
table: table
|
||
|
email: admin@example.com
|
||
|
accepted_at: nil
|
||
|
declined_at: 2024-05-29 13:20:12
|