alter table `actor`
add unique index uniq_idx_firstname(first_name),
add index idx_lastname(last_name)

不得不感叹与人工智能的强大