Check Storage Type Action
Description
It is used to check whether the storage format of the table under the specified database is the row storage format. (The row format is deprecated)
Query parameters
db
None
Response
Check whether the storage format of the following table of the specified database is row format
GET /api/_check_storagetype
{
"code": 0,
"tbl2": {},
"tbl1": {}
},