You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Creating tables fails on MySQL 5.7.6+ because the Files table has the field stored. stored is a reserved keyword in MySQL 5.7.6+ (see reserved keyword list). Just needs to be quoted to fix.
Creating tables fails on MySQL 5.7.6+ because the
Filestable has the fieldstored.storedis a reserved keyword in MySQL 5.7.6+ (see reserved keyword list). Just needs to be quoted to fix.