dart'; CREATE TABLE tasks ( id INTEGER NOT NULL PRIMARY KEY, status ENUM(Status) );. Of course, the warning about automatic enum converters also applies to ...
確定! 回上一頁