Skip to content

SQLSTATE[42S22]: Column not found: 1054 Unknown column 'a0_.parent_id' in 'field list' #37

Open
@cppfuns

Description

@cppfuns

image

@kesar You can view the information from the URL of this test.
http://47.75.202.46:8000/actions?page=1

mysql> SELECT count(a.id) as cant FROM actions a JOIN transactions t ON a.transaction_id = t.id WHERE a.parent_id = 0;
ERROR 1054 (42S22): Unknown column 'a.parent_id' in 'where clause'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions