take-five/postgresql-check

View on GitHub
lib/postgresql/check/constraint.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Postgresql
  module Check
    class Constraint < Struct.new(:table_name, :name, :condition)
    end
  end
end