1. 11 Jan, 2021 1 commit
    • Patrick Bair's avatar
      Add migration helper to create table with CHECKs · c6c17bcf
      Patrick Bair authored
      Add a new migration helper that allows the caller to define CHECK
      constraints in the table definition block. This can be used to avoid
      having to `disable_ddl_transaction!` and add the check constraints using
      the existing helper, which cannot be used inside a transaction block.
      Also provides a convenience method to more easily add CHECK constraints
      for text limits.
      c6c17bcf
  2. 07 Jan, 2021 39 commits