We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54a8710 commit 091ce36Copy full SHA for 091ce36
1 file changed
fastapi_amis_admin/crud/parser.py
@@ -77,7 +77,7 @@ def cloned_field(self):
77
78
79
class TableModelParser:
80
- _name_format = "{model_name}_{field_name}"
+ _name_format = "{model_name}__{field_name}"
81
_alias_format = "{table_name}__{field_key}"
82
83
def __init__(self, table_model: Type[TableModelT]):
0 commit comments