Attribute Macro migrate_nodefault
#[migrate_nodefault]
Expand description
This does nothing by itself, but with the Migrate derive macro, it signals that the struct being migrated to, does not require a Default implementation, since all the fields are available in both.