pub fn set_not_null( columns: &mut [ColumnDef], table: &str, column: &str, not_null: bool, ) -> Result<(), String>