📄 database_change_edit.txt
字号:
修改数据库中表的结构
table( data_yw tel_no tel_yes no_data_yw )
modify the field total_money is type change to number(18,2)
也就是将上面几个表中的字段类型TOTAL_MONEY DOUBLE 改为(小数,标准,2位小数的形式)
table (tel_user)
modify the field tel_ycfs is type change to number(18,2)
将字段类型改为(小数,标准,2位小数的形式)
table (tel_up)
modify the field up_ye is type change to number(18,2)
将字段类型改为(小数,标准,2位小数的形式)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -