Rails6.0.0rc2 raises ActiveRecord::StatementInvalid: SQLite3::SQLException · Issue #36867 · rails/rails
Steps to reproduce # frozen_string_literal: true require "bundler/inline" gemfile(true) do source "https://rubygems.org" git_source(:github) { |repo| "https://github.com/#{repo}.git" } if ENV["RAIL...