SQLSTATE[42S21]: Column already exists: 1060 Duplicate column name 'visibility' (Connection: mysql, SQL: alter table media
add visibility
varchar(255) not null default 'public' after disk
)
#335
Answered
by
awcodes
devhoussam1998
asked this question in
Q&A
-
after runing: ![]() |
Beta Was this translation helpful? Give feedback.
Answered by
awcodes
Oct 31, 2023
Replies: 1 comment 3 replies
-
Are you upgrading from v2 to v3.? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Then something else is going on here. That column doesn't exist in V2. Are you migrating for a model that uses spatie media library by any chance.?