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

没看到数据库 #5

Closed
2null opened this issue Apr 26, 2017 · 1 comment
Closed

没看到数据库 #5

2null opened this issue Apr 26, 2017 · 1 comment

Comments

@2null
Copy link

2null commented Apr 26, 2017

能传递一份数据结构吗,在工程里没看到

@xujijun
Copy link
Owner

xujijun commented Dec 5, 2019

CREATE TABLE t_person (
id int(10) NOT NULL AUTO_INCREMENT,
first_name varchar(6) DEFAULT NULL,
last_name varchar(2) DEFAULT NULL,
birth_date date DEFAULT NULL,
sex varchar(1) DEFAULT NULL,
phone_no varchar(11) DEFAULT NULL,
update_dt timestamp NULL DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP,
PRIMARY KEY (id)
) ENGINE=InnoDB AUTO_INCREMENT=26 DEFAULT CHARSET=utf8mb4;

@xujijun xujijun closed this as completed Dec 5, 2019
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

2 participants