• A
    add support for `NOT VALID` check constraints in PostgreSQL · 368da3ef
    Alex Robbin 提交于
    Active Record already supports adding `NOT VALID` foreign key constraints in PostgreSQL, but back in #31323 when check constraint support was initially added, the ability to add a check constraint and validate it separately was not included. This adds that functionality!
    368da3ef
schema_statements.rb 32.0 KB