当前位置:网站首页>Database mysql all
Database mysql all
2022-07-05 06:36:00 【LZYmarks】
mysql Corresponding to the data type Java type
-------------------------------------------- Report errors ----------------------------------------------------
When creating a database table, there is one more comma
CREATE TABLE `login` (
Field , Field , Field , Field , <--------- That's the comma
) ENGINE=InnoDB DEFAULT CHARSET=utf8
-------------------------------------------/ Report errors ----------------------------------------------------
-------------------------------------------- Build table ----------------------------------------------------
Self incrementing and unique indexes will not be created
CREATE TABLE usertable(
user_id INT(30) PRIMARY KEY AUTO_INCREMENT,
user_name VARCHAR(200) UNIQUE NOT NULL,
NAME VARCHAR(200) NOT NULL,
document_type VARCHAR(200) NOT NULL,
document_num INT(18) NOT NULL,
phone_num INT(16) UNIQUE NOT NULL,
email VARCHAR(200) NOT NULL,
login_password VARCHAR(200) NOT NULL,
pay_password INT(6) NOT NULL,
user_state INT(1)
)
-------------------------------------------/ Build table ----------------------------------------------------
边栏推荐
- H5内嵌App适配暗黑模式
- VLAN experiment
- 'mongoexport 'is not an internal or external command, nor is it a runnable program or batch file.
- Chapter 6 relational database theory
- ollvm编译出现的问题纪录
- How to generate an image from text on fly at runtime
- 2022/6/29-日报
- MPLS experiment
- 2022 winter vacation training game 5
- 容斥原理 AcWing 890. 能被整除的数
猜你喜欢
LSA Type Explanation - lsa-1 [type 1 LSA - router LSA] detailed explanation
Client use of Argo CD installation
International Open Source firmware Foundation (osff) organization
Paper reading report
Interval problem acwing 906 Interval grouping
安装OpenCV--conda建立虚拟环境并在jupyter中添加此环境的kernel
Gauss Cancellation acwing 884. Solution d'un système d'équations Xor linéaires par élimination gaussienne
阿里巴巴成立企业数智服务公司“瓴羊”,聚焦企业数字化增长
Configuration method and configuration file of SolidWorks GB profile library
Genesis builds a new generation of credit system
随机推荐
RecyclerView的应用
How to make water ripple effect? This wave of water ripple effect pulls full of retro feeling
Winter vacation water test 1 Summary
如何正确在CSDN问答进行提问
Redis-02.Redis命令
SolidWorks template and design library are convenient for designers to call
Interval problem acwing 906 Interval grouping
[QT] QT multithreading development qthread
Alibaba's new member "Lingyang" officially appeared, led by Peng Xinyu, Alibaba's vice president, and assembled a number of core department technical teams
【高德地图POI踩坑】AMap.PlaceSearch无法使用
LeetCode-61
Modnet matting model reproduction
[BMZCTF-pwn] ectf-2014 seddit
5.Oracle-表空间
vsCode创建自己的代码模板
Design specification for mobile folding screen
H5 模块悬浮拖动效果
5. Oracle TABLESPACE
求组合数 AcWing 888. 求组合数 IV
2021apmcm post game Summary - edge detection