mysql使用心得
摘要:SET FOREIGN_KEY_CHECKS=0; -- Table structure for `staff`-- DROP TABLE IF EXISTS `staff`;CREATE TABLE `staff` ( `id` int(10) unsigned NOT NULL AUTO_INC
阅读全文
posted @ 2014-06-21 13:37
posted @ 2014-06-21 13:37
posted @ 2014-06-20 17:05