Add files via upload

This commit is contained in:
Last
2018-11-15 17:35:36 +08:00
committed by GitHub
parent c80e5180f9
commit d3add663a7
9 changed files with 324 additions and 0 deletions

5
z_ayou/unstall.php Normal file
View File

@@ -0,0 +1,5 @@
<?php
//删除字段 alter table `user_movement_log` drop column Gatewayid
$sql="ALTER TABLE bbs_post DROP COLUMN pa, DROP COLUMN pb, DROP COLUMN pc, DROP COLUMN pd, DROP COLUMN pe, DROP COLUMN pf, DROP COLUMN pg, DROP COLUMN ph, DROP COLUMN pi, DROP COLUMN pj";
db_exec($sql);
?>