Add new fields into matter. Remove migrate20To30.

This commit is contained in:
zicla
2020-03-16 01:44:27 +08:00
parent 4611defe36
commit 7ff7907e11
8 changed files with 25 additions and 253 deletions

View File

@ -11,6 +11,9 @@ const (
DIRECTION_ASC = "ASC"
DIRECTION_DESC = "DESC"
EMPTY_JSON_MAP = "{}"
EMPTY_JSON_ARRAY = "[]"
)
type IBase interface {