文件名称:拍卖
文件大小:286KB
文件格式:ZIP
更新时间:2024-03-04 08:41:49
Java
数据库脚本和图表 图表 脚本 -- -- Table structure for table `lot_history` -- DROP TABLE IF EXISTS ` lot_history ` ; /* !40101 SET @saved_cs_client = @@character_set_client */ ; /* !40101 SET character_set_client = utf8 */ ; CREATE TABLE ` lot_history ` ( ` lot_id ` int ( 11 ) NOT NULL , ` current_bid ` decimal ( 7 , 2 ) NOT NULL ,