Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CreateTableOptions = []struct { TableName string TableIndex []types.Index }{ { TableName: common.BKTableNameChartConfig, TableIndex: []types.Index{ {Keys: map[string]int32{"config_id": 1}, Name: "config_id", Unique: true, Background: true}, {Name: common.BKObjIDField, Keys: map[string]int32{"bk_obj_id": 1}, Background: true}, }, }, { TableName: common.BKTableNameChartPosition, TableIndex: []types.Index{ {Name: "bk_biz_id", Keys: map[string]int32{"bk_biz_id": 1}, Background: true}, }, }, { TableName: common.BKTableNameChartData, TableIndex: []types.Index{}, }, }
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.