kpi-api/upload_ds/新建文本文档.txt

6 lines
204 B
Plaintext
Raw Permalink Normal View History

CREATE TABLE [dbo].[operation_log](
[ID] [int] IDENTITY(1,1) NOT NULL,
[username] [varchar](50) NULL,
[operation] [text] NULL,
[operation_time] [varchar](50) NULL
) ON [PRIMARY] TEXTIMAGE_ON [PRIMARY]