The corresponding database table is defined in schema.sql like this: create table Ingredient ( id identity, slug varchar(4) not null, name varchar(25) not ...
確定! 回上一頁