[cli] Add #[serde(skip_serializing)]
and #[serde(skip_deserializing)]
to hidden collumns
#961
Labels
good first issue
Good for newcomers
Milestone
Motivation
Since we don't generate entity for hidden table (which has name starts with underscore) by default so it'd be good to add
#[serde(skip_serializing)]
and#[serde(skip_deserializing)]
to hidden columns, too.Proposed Solutions
N/A
Additional Information
N/A
The text was updated successfully, but these errors were encountered: