// // Created by YuhangQ on 2021/10/9. // #ifndef INVODB_COLLECTION_H #define INVODB_COLLECTION_H class Collection { }; #endif //INVODB_COLLECTION_H