Mirway
Mirway
If any relational fields are added to exclude args of pydantic, the computed field will be ignored and not loaded
### I can't understand these error outputs `$ poetry run aerich migrate` ``` Traceback (most recent call last): File "/home/kexirong/.cache/pypoetry/virtualenvs/qkacmdb-sanic-eYIlfS2d-py3.8/bin/aerich", line 8, in sys.exit(main()) File "/home/kexirong/.cache/pypoetry/virtualenvs/qkacmdb-sanic-eYIlfS2d-py3.8/lib/python3.8/site-packages/aerich/cli.py", line 258, in main...
```// Value return json value, implement driver.Valuer interface func (j RawJson) Value() (driver.Value, error) { if len(j) == 0 || string(j) == "null" { return nil, nil } bytes, err...