为了账号安全,请及时绑定邮箱和手机立即绑定

十八章 .sql文件学习笔记

标签:
PHP MySQL

/------------------------------------客户用户模块---------------------------------------/

创建用户表

create table ci_user(
user_id int unsigned not null auto_increment primary key comment '用户编号',
user_name varchar(20) not null default '' comment '姓名',
user_denlu varchar(20) not null default '' comment '登录名',
phone varchar(20) not null default '' comment '手机',
lever varchar(20) not null default '' comment '权限',
job varchar(20) not null default '' comment '职务',
qq_email varchar(50) not null default '' comment 'qq邮箱',
weixin varchar(50) not null default '' comment '微信',
password char(32) not null default '' comment '密码',
reg_time date not null default 0 comment '注册日期',
typeid varchar(20) not null default '' comment '状态',
ip varchar(100) not null default '' comment 'IP',
sessionid varchar(100) not null default '' comment 'sessionid',
times int unsigned not null default '0' comment '使用次数',
company varchar(50) not null default '' comment '公司',
companycode varchar(20) not null default '' comment '公司代码',
companyclass varchar(20) not null default '' comment '公司类别',
accountname varchar(50) not null default '' comment '开户名',
bankname varchar(50) not null default '' comment '开户行',
bankaccount varchar(50) not null default '' comment '银行账号'
)engine=InnoDB charset=utf8;
/------------------------------------客户用户模块 end-----------------------------------/

点击查看更多内容
1人点赞

若觉得本文不错,就分享一下吧!

评论

作者其他优质文章

正在加载中
感谢您的支持,我会继续努力的~
扫码打赏,你说多少就多少
赞赏金额会直接到老师账户
支付方式
打开微信扫一扫,即可进行扫码打赏哦
今天注册有机会得

100积分直接送

付费专栏免费学

大额优惠券免费领

立即参与 放弃机会
意见反馈 帮助中心 APP下载
官方微信

举报

0/150
提交
取消