测试项目
应用程序
-- phpMyAdmin SQL 转储 -- 版本 4.2.10 --
-- 主机:localhost:3306 -- 生成时间:2015-05-07 12:50 -- 服务器版本:5.5.38 -- PHP 版本:5.6.2
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; SET time_zone = "+00:00";
-- -- 数据库: testme
-- -- 桌car表结构
CREATE TABLE car ( Name varchar(255) DEFAULT NULL, Brand varchar(255) DEFAULT NULL, Model varchar(255) DEFAULT NULL, driver int(11) DEFAULT NULL, id int(10) unsigned NOT NULL,
1