Skip to content

Commit

Permalink
correct PLSql column
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkAssassinator committed Nov 14, 2022
1 parent b2af72b commit 71b8b00
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1996,7 +1996,7 @@ CREATE TABLE t_ds_task_remote_host
name varchar(100) NOT NULL ,
ip varchar(100) NOT NULL ,
port int NOT NULL ,
user varchar(100) NOT NULL ,
account varchar(100) NOT NULL ,
password varchar(64) NOT NULL ,
operator int DEFAULT NULL ,
description text,
Expand Down

0 comments on commit 71b8b00

Please sign in to comment.