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

maybe exist a bug in your bbs.sql? #1

Open
Qiyawenq opened this issue Apr 20, 2019 · 0 comments
Open

maybe exist a bug in your bbs.sql? #1

Qiyawenq opened this issue Apr 20, 2019 · 0 comments

Comments

@Qiyawenq
Copy link

I copied below codes from your bbs.sql,can you tell me why exist to different f_loginip in your sql? which one is right?thx

create table IF NOT EXISTS t_user(

f_username      char(50) not null primary key,

f_password      char(50) not null,

f_name          char(50) not null,

f_email         char(50) not null,

f_logintimes    int not null default 0,

f_lasttime      datetime,

f_loginip       char(19), 

f_loginip       int not null default 0  

);

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