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
Describe the bug
When a column is set as NOT NULL and a foreign key is added, Positional argument cannot appear after keyword arguments error arises in models.py.
Describe the bug
When a column is set as NOT NULL and a foreign key is added,
Positional argument cannot appear after keyword arguments
error arises inmodels.py
.To Reproduce
Steps to reproduce the behavior:
Create
database.sql
.Following
models.py
is produced aftercreate_models
.Expected behavior
In
models.py
, the last sentence should be like following.The text was updated successfully, but these errors were encountered: