You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you can't represent your Instant in the exact way you want using standard datetimes etc then it's pretty doable to define a custom function for serializing to some other representation (e.g String/Bytes) and then override the "fromRow" function in your Table definition so you can read a row of data back into your application as whatever data type you have.
I want to insert a value of type Instant in db cassandra with phantom .
I have the time:
I found in db the value :
2020-12-02T15:40:55.197Z
why the value change in cassandra? is it possible to insert the same created value?
The text was updated successfully, but these errors were encountered: