create table users(id_bin binary(16), name varchar(200)); insert into users values(unhex(replace(uuid(),'-','')), 'Andromeda');.
確定! 回上一頁