v2.0
- Overview
- Environment
- Quick Start
- Configuration
- Commands
- mtk
- init-project
- config
- license
- mig
- show
- sync
- sync-schema
- sync-sequence
- sync-object-type
- sync-domain
- sync-wrapper
- sync-server
- sync-user-mapping
- sync-queue
- sync-table
- sync-nickname
- sync-rule
- sync-table-data
- sync-table-data-estimate
- sync-index
- sync-constraint
- sync-db-link
- sync-view
- sync-mview
- sync-function
- sync-procedure
- sync-package
- sync-trigger
- sync-synonym
- sync-table-data-com
- sync-alter-sequence
- sync-coll-statistics
- check-table-data
- gen
- gen completion
- encrypt
- convert-plsql
- report
- self
- mvd
- usql
- Graphical
- Faqs
- Release
MTK Parameter
Parameter
seqLastNumAddNum
Type: int
Desc: How much to increase when synchronizing sequenced the last value.
Only supports openGauss/MogDB targets
Default: 0
templateSeqName
Type: string
Desc: MySQL automatically increments columns convert sequences, templates for sequence names
{{.TabName}}_{{.ColName}}_SEQ
Only the following two variables are supported
- {{.TabName}} 表名
- {{.ColName}} 列名
Default: SEQ_{{.TabName}}_{{.ColName}}
Example:
Template SeqName Example
{
"templateSeqName": "{{.TabName}}_{{.ColName}}_SEQ"
}
Add: v2.1.6
largeSequence
Type: string
Desc: Whether to enable large sequence. only Support openGauss/MogDB
true: on,1,true,t
false: off,0,false,f
Default: on
Add: v2.8.6