Duplicate column name

You are adding a column named ‘name’ to a table but it already exists, so either you already executed this sql file or your table already contains ‘name’

Possible fixes:

  • remove "add column ‘name’ "
  • dont execute the file as you likely already did that

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.