選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
|
- drop index if exists idx_visits_method;
- drop index if exists idx_visits_path;
- drop index if exists idx_visits_proposal_id;
- drop index if exists idx_visits_user_id;
- drop index if exists idx_visits_visited_at;
-
- drop table if exists visits;
|