We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After enter my db info into the install.php page
I get this error Failed to Create Table 'users', See the below for more details:
Invalid default value for 'registered'
Failed to Create Table 'saves', See the below for more details:
Can't create table 'c1dbhbm.saves' (errno: 150)
Seems to be corrected by changing?
registered datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT 'Registration Date' to registered TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT 'Registration Date'
datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT 'Registration Date' to registered
5.5.60-MariaDB
The text was updated successfully, but these errors were encountered:
Thanks for the detailed report. Did you have got working with changing the "datetime" to "timestamp"?
Regards.
Sorry, something went wrong.
hasanbayatme
No branches or pull requests
After enter my db info into the install.php page
I get this error
Failed to Create Table 'users', See the below for more details:
Invalid default value for 'registered'
Failed to Create Table 'saves', See the below for more details:
Can't create table 'c1dbhbm.saves' (errno: 150)
Seems to be corrected by changing?
registered
datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT 'Registration Date' to registered
TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT 'Registration Date'5.5.60-MariaDB
The text was updated successfully, but these errors were encountered: