Let's create schema for it in MySQL: use test;CREATE TABLE Article( `id` int NOT NULL AUTO_INCREMENT, `title` varchar(100) NOT NULL,
確定! 回上一頁