Surreal CLI - SurrealTools/Documentation GitHub Wiki

Import/ Export Data

SurrealDB will never alter a record unless you specifically instruct it to do so. So given that your createdAt and isActive fields were created after the record was created, these don't exist on the record. You can update records, ensuring that they have the new fields (and the default values) set, by running:

UPDATE user;