選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 

7 行
237 B

  1. drop index if exists idx_visits_method;
  2. drop index if exists idx_visits_path;
  3. drop index if exists idx_visits_proposal_id;
  4. drop index if exists idx_visits_user_id;
  5. drop index if exists idx_visits_visited_at;
  6. drop table if exists visits;