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
Related to #30 and #27.
It would be nice if one could modify the derives for certain tables!
In a add/remove kind of way: --derive-mod "table_name +AdditionalTrait" --derive-mod "table_name -DontDeriveThisTrait"
This modifies the list of derives specified with -d, for the given table_name's struct.
The text was updated successfully, but these errors were encountered:
Related to #30 and #27.
It would be nice if one could modify the derives for certain tables!
In a add/remove kind of way:
--derive-mod "table_name +AdditionalTrait"
--derive-mod "table_name -DontDeriveThisTrait"
This modifies the list of derives specified with
-d
, for the given table_name's struct.The text was updated successfully, but these errors were encountered: