Answers for "conditional index in postgres"

SQL
0

conditional index in postgres

add_index :table_name, :columns, unique: true, where: "(deleted_at IS NULL)"
Posted by: Guest on February-19-2022

Code answers related to "SQL"

Browse Popular Code Answers by Language