Skip to content

Incorrect column name #8

@nikiedev

Description

@nikiedev

As i know, the id column should be INTEGER, in your case there is no id column, there is an ip column, so why don't you change in the following way?
line: 188

id VARCHAR(128) NOT NULL,

maybe better to change to:

ip VARCHAR(128) NOT NULL,

?

Because as i know the id column should look like:

id INT(11) NOT NULL AUTO_INCREMENT...

and PRIMARY KEY should be INTEGER, am i right? So, if you want, you can just add id before ip column, maybe it whould be better?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions