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
Make a macro or derive attribute to use plural form for the table name.
For example, here is using .person because the table relates to the person table.
Make a macro or derive attribute to use plural form for the table name.
For example, here is using
.person
because the table relates to the person table.SewUp/examples/rdb-contract/src/lib.rs
Line 105 in 075b64c
SewUp/examples/rdb-contract/src/modules.rs
Line 18 in 075b64c
When the relationship becomes one to many, or the plural wording is not regular,
we need a attribute to specify the plural form.
The text was updated successfully, but these errors were encountered: