id INT AUTO_INCREMENT PRIMARY KEY, department_id INT NOT NULL, tname VARCHAR(20), FOREIGN KEY (department_id) REFERENCES departments(id)
確定! 回上一頁