A subset of newly added columns can be appended to the end of ArchivingSortColumns by adding their index in columns to archivingSortColumns
(table string, column Column, appendToArchivingSortOrder bool)
| 120 | // A subset of newly added columns can be appended to the end of |
| 121 | // ArchivingSortColumns by adding their index in columns to archivingSortColumns |
| 122 | AddColumn(table string, column Column, appendToArchivingSortOrder bool) error |
| 123 | // Update column config. |
| 124 | UpdateColumn(table string, column string, config ColumnConfig) error |
| 125 | DeleteColumn(table string, column string) error |
no outgoing calls
no test coverage detected