select table_name as `name`, (data_length + index_length) as `size`, table_comment as `comment`, engine as `engine`, table_collation as `collation` from information_schema.tables where table_schema ='magnbxeu_career'and table_type in ('BASE TABLE', 'SYSTEM VERSIONED') orderby table_name