惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

aimingoo的专栏
aimingoo的专栏
Jina AI
Jina AI
WordPress大学
WordPress大学
Recent Announcements
Recent Announcements
G
Google Developers Blog
I
InfoQ
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Google DeepMind News
Google DeepMind News
P
Proofpoint News Feed
MyScale Blog
MyScale Blog
M
MIT News - Artificial intelligence
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
C
Check Point Blog
J
Java Code Geeks
T
Tailwind CSS Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Microsoft Security Blog
Microsoft Security Blog
MongoDB | Blog
MongoDB | Blog
V
Visual Studio Blog
人人都是产品经理
人人都是产品经理
量子位
A
About on SuperTechFans
D
DataBreaches.Net
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知

博客园 - Coca-code

202609142132_《Unix(唯一) sample code》 202608051132_《theta & freguency measure distance _algorithmn》 202603171903_《实时OS Kernel》 202603162259_《CSS格子(1-9 js版)》 202603162216_《CSS格子(1-9)》 202503271546_《Idiot js code of map app》 202503241513_《Root entrance function of 'Hello Mars' 》 202403172356_《Initial sys. of C》 202401221657_《React相关(一) 写法》 202401102331 -《Flex9格布局——从1到9》 202312142321_《遍历 for customised data structure 》 202310061823_《运行这个页面,背后是一大堆配置》 202310061227-《心得:低版本mysql配置一,些轮子插件》 202310032035_《近期撸码心得》 202310031029——《个人在Lombok使用中遇到的错误及解决》 202309301820_《Spring boot项目,继承mybatis-generator遇到的问题及解决》 202309272035-《maven依赖已下载,但还是报红,解决办法》 202309272022-《idea编辑器,maven解析依赖慢,解决办法》 202306112142-《最近开发心得...》 202306062001-《远程Linux服务器——安装tomcat8、jdk1.8、mysql5——mysql 用sql建表时提示utf8错误....》 202305281631-《远程Linux服务器——安装tomcat8、jdk1.8、mysql5——mysql workerbench连接出错》
202311141210——《一些修改表字段的sql语句》
Coca-code · 2023-11-14 · via 博客园 - Coca-code
ALTER TABLE user ADD COLUMN tel CHAR(11) AFTER wechat; #添加列
ALTER table customer modify column password varchar(200); #修改列类型
ALTER TABLE user ALTER COLUMN status SET DEFAULT 1; #设置默认值
ALTER TABLE user  MODIFY column emp_id TIMESTAMP DEFAULT NULL;#可以为空; 不为空NOT NULL

前端-语言

posted @ 2023-11-14 12:12  Coca-code  阅读(55)  评论(0)    收藏  举报