I'm working on MySQL and there is a DDL you can test with. CREATE TABLE enum_autocomplete ( value ENUM('book', 'paper', 'essay') NOT NULL ...
確定! 回上一頁