xo::db::require proc not_null

 xo::db::require[i] not_null

Defined in

Testcases:
xotcl_core_tutorial_2, xotcl-core
Source code:
set exists_p [::acs::dc call util not_null_exists -table $table -column $col]
if {!$exists_p} {
  ::xo::dc dml alter-table-$table  "alter table $table alter column $col set not null"
}
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: