🎨 Update av

This commit is contained in:
Daniel 2023-07-01 10:23:58 +08:00
parent 30bfa6e5d8
commit ee583e3cec
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
4 changed files with 74 additions and 33 deletions

View file

@ -27,6 +27,7 @@ const (
ColumnTypeRelation ColumnType = "relation"
ColumnTypeRollup ColumnType = "rollup"
ColumnTypeSelect ColumnType = "select"
ColumnTypeMSelect ColumnType = "mSelect"
ColumnTypeText ColumnType = "text"
)