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
The default has CURRENT_TIMESTAMP in schema.rb
CURRENT_TIMESTAMP
This is when I run rake db:test:prepare
rake db:test:prepare
The text was updated successfully, but these errors were encountered:
The file schema.rb has a syntax error because of a database default that is set:
schema.rb
t.timestamp "db_created_at", :default=>#<Proc:0x000000010bfaab70 (eval):1 (lambda)>, :null=>false
Sorry, something went wrong.
No branches or pull requests
The default has
CURRENT_TIMESTAMP
in schema.rbThis is when I run
rake db:test:prepare
The text was updated successfully, but these errors were encountered: