FIRDOUS BHAT
FIRDOUS BHAT
@long2ice I've ran into the same issue, digged the whole web for the solution but couldn't get anywhere. I've opened an issue as well in aerich github repo.
what was the output while you initialized aerich?
@long2ice I've opened the same kind of issue https://github.com/tortoise/aerich/issues/169#issue-920402848
Is there a update of aerich?
Latest version of aerich is 0.5.3 and the above issue came from the same version only!
Here is an example model, `class Course(Model): """ This references course of each competative exams """ id = fields.UUIDField(pk=True) name = fields.CharField(max_length=100, unique=True) slug = fields.CharField(max_length=250, unique=True) icon_image = fields.TextField()...
@long2ice this issue still presists. Mentioning here one of the examples that I faced, `-- upgrade -- CREATE TABLE IF NOT EXISTS "bookmarkedvideos" ( "id" UUID NOT NULL PRIMARY KEY,...
@Aquinary I'm getting the same issue and `init-db` isn't resolving it for me instead of resolving the error it's giving me another error as `AttributeError: 'NoneType' object has no attribute...
I'm also about to switch to sqlalchemy On Tue, Jun 8, 2021 at 8:19 PM Aquinary ***@***.***> wrote: > @Aquinary I'm getting the same issue and > init-db isn't resolving...
Are you feeling comfortable with SQLAlchemy now? On Tue, Jun 8, 2021 at 8:33 PM FIRDOUS BHAT ***@***.***> wrote: > I'm also about to switch to sqlalchemy > > On...