Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect column name #8

Open
nikiedev opened this issue Mar 30, 2020 · 0 comments
Open

Incorrect column name #8

nikiedev opened this issue Mar 30, 2020 · 0 comments

Comments

@nikiedev
Copy link

nikiedev commented Mar 30, 2020

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant