Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
 

7 wiersze
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;