xo::db::require proc not_null
xo::db::require not_null
- 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