Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yansuan authored May 4, 2018
1 parent 2015dce commit f7614fc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@
#增加自动生成ALTER TABLE ADD COLUMN AFTER语句

[Info]2018/05/04 16:53:45 ALTER TABLE `oracle_server` ADD COLUMN `threshold_archivelog` int(11) NULL DEFAULT '10' AFTER `alarm_archivelog`;

[Info]2018/05/04 16:53:45 ALTER TABLE `oracle_server` ADD COLUMN `alarm_flash_recovery_area_usage` int(11) NULL DEFAULT NULL AFTER `threshold_archivelog`;

[Info]2018/05/04 16:53:45 ALTER TABLE `oracle_server` ADD COLUMN `threshold_flash_recovery_area_usage` int(11) NULL DEFAULT '90' AFTER `alarm_flash_recovery_area_usage`;

[Info]2018/05/04 16:53:45 ALTER TABLE `oracle_server` ADD COLUMN `alarm_rman_backupset_job` int(11) NULL DEFAULT '10' AFTER `threshold_flash_recovery_area_usage`;

# go-mysql-diff
Expand Down

0 comments on commit f7614fc

Please sign in to comment.