You are trying to add a table integration test? An...
# core
t
You are trying to add a table integration test? And you want to validate a column type in the validate_rows method?
m
not validate the column type, but get the value to test that 2 values are correct (in this case, account creation time is supposed ot be before the last failed attempt)
from the other tests I saw that the proper method to get a value seems to use
tryTo<type>
so I wanted to use/implement
tryTo<double>
since those timestamps are stored as
DOUBLE
in the db