Home
last modified time | relevance | path

Searched defs:add_check_constraint (Results 1 – 2 of 2) sorted by relevance

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/dd/impl/types/
H A Dtable_impl.cc977 Check_constraint *Table_impl::add_check_constraint() { in add_check_constraint() function in dd::Table_impl
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/database/
H A Dmigration_helpers.rb1398 def add_check_constraint(table, check, constraint_name, validate: true) method