PHP MVC Framework
Home Page:https://www.youtube.com/playlist?list=PLLQuc_7jk__Uk_QnJMPndbdKECcTEwTA1
Geek Repo:Geek Repo
Github PK Tool:Github PK Tool
DevDisco opened this issue 3 years ago · comments
The down method now executes this SQL: "ALTER TABLE users ADD COLUMN password VARCHAR(512) NOT NULL"
Should be: "ALTER TABLE users DROP COLUMN password"