📄 tsd.sql
字号:
CREATE TABLE dbo.tsd (
flowcode char(12) not null ,
feedate smalldatetime not null ,
paymonth char(20) not null ,
fkdwcode char(6) not null ,
fkdwfullname char(40) not null ,
fkdwcount char(20) not null ,
fkdwkfh char(40) not null ,
skdwfullname char(40) not null ,
skdwcount char(20) not null ,
skdwkfh char(40) not null ,
rmb decimal(18, 2) not null ,
xm char(20) not null ,
rs int not null
);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -