Orm doesn't seem to have a statement to delete a data table, does it?

orm doesn"t seem to have a statement to delete a data table, does it?
you can only add, delete, modify and query the records in the data table. To delete the data table, you need to call native sql, right?
such as gorm:
http://gorm.io/zh_CN/docs/ind.

Dec.13,2021

GORM have you deleted it? Is this document a fake? I really haven't used this feature.
http://gorm.book.jasperxu.com.

Isn't the
  

Delete method just deleted?

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b370d7-2c049.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b370d7-2c049.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?