thinkphp-wechat/plugins/HelloWorld/uninstall.sql

13 lines
657 B
MySQL
Raw Normal View History

2021-12-24 16:40:05 +08:00
/*
// +----------------------------------------------------------------------
// | PHP框架 [ DolphinPHP ]
// +----------------------------------------------------------------------
// | 2016~2017 [ http://www.zrthink.com ]
// +----------------------------------------------------------------------
// | : http://dolphinphp.com
// +----------------------------------------------------------------------
// | ( http://www.apache.org/licenses/LICENSE-2.0 )
// +----------------------------------------------------------------------
*/
DROP TABLE IF EXISTS `dolphin_plugin_hello`;